Fix unit tests for testTIMEtoPHP
This commit is contained in:
parent
60533a4f59
commit
4c41a6992a
|
@ -204,8 +204,6 @@ class DateTimeTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function testTIMEtoPHP()
|
||||
{
|
||||
$this->markTestIncomplete('TODO: This test should be fixed');
|
||||
|
||||
Functions::setReturnDateType(Functions::RETURNDATE_PHP_NUMERIC);
|
||||
$result = DateTime::TIME(7, 30, 20);
|
||||
Functions::setReturnDateType(Functions::RETURNDATE_EXCEL);
|
||||
|
|
Loading…
Reference in New Issue