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

71 lines
1.4 KiB
PHP

<?php
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for databox_Field_DCESAbstract.
* Generated by PHPUnit on 2011-11-03 at 15:21:35.
*/
class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_Field_DCESAbstract
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
public function tearDown()
{
}
/**
* @todo Implement testGet_label().
*/
public function testGet_label()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGet_definition().
*/
public function testGet_definition()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGet_documentation_link().
*/
public function testGet_documentation_link()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>