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

87 lines
1.8 KiB
PHP

<?php
require_once dirname(__FILE__) . '/PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for phraseadate.
* Generated by PHPUnit on 2011-07-06 at 18:31:36.
*/
class phraseadateTest extends PhraseanetPHPUnitAbstract
{
/**
* @var phraseadate
*/
protected $object;
/**
* @todo Implement testGetTime().
*/
public function testGetTime()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGetDate().
*/
public function testGetDate()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testGetPrettyString().
*/
public function testGetPrettyString()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testFormat_mysql().
*/
public function testFormat_mysql()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testIsodateToDate().
*/
public function testIsodateToDate()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testDateToIsodate().
*/
public function testDateToIsodate()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>