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

83 lines
1.7 KiB
PHP

<?php
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract
{
/**
* @var databox_fieldUnknown
*/
protected $object;
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.'
);
}
}