mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
42 lines
750 B
PHP
42 lines
750 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
|
|
|
|
/**
|
|
* Test class for p4field.
|
|
* Generated by PHPUnit on 2011-07-06 at 18:40:28.
|
|
*/
|
|
class p4fieldTest extends PhraseanetPHPUnitAbstract
|
|
{
|
|
|
|
/**
|
|
* @var p4field
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* @todo Implement testIsyes().
|
|
*/
|
|
public function testIsyes()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @todo Implement testIsno().
|
|
*/
|
|
public function testIsno()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
}
|
|
|
|
?>
|