mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Fix unit tests for testTIMEVALUEtoPHP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user