Files
Phraseanet/lib/unitTest/p4fieldTest.php
2012-01-11 20:04:47 +01:00

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.'
);
}
}
?>