Files
Phraseanet/tests/p4fieldTest.php
Romain Neutron abd4a30885 Fix CS
2012-04-16 10:00:12 +02:00

36 lines
660 B
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
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.'
);
}
}