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