Fix unit tests for testTIMEVALUEtoPHP

This commit is contained in:
Adrien Crivelli 2016-10-02 09:37:52 +09:00
parent 382d15a5c3
commit c15ab515a7
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 2 deletions

View File

@ -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);