Files
Phraseanet/lib/unitTest/databox/databox_fieldUnknownTest.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

93 lines
1.9 KiB
PHP

<?php
require_once dirname(__FILE__) . '/../PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for databox_fieldUnknown.
* Generated by PHPUnit on 2011-11-03 at 15:21:25.
*/
class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_fieldUnknown
*/
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_instance().
*/
public function testGet_instance()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGet_metadata_source().
*/
public function testGet_metadata_source()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGet_metadata_namespace().
*/
public function testGet_metadata_namespace()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGet_metadata_tagname().
*/
public function testGet_metadata_tagname()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testIs_on_error().
*/
public function testIs_on_error()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>