From c15ab515a7d61669d0729e1cb2bd5075d2a90513 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 2 Oct 2016 09:37:52 +0900 Subject: [PATCH] Fix unit tests for testTIMEVALUEtoPHP --- tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php b/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php index 1046281c..0d4100bc 100644 --- a/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php +++ b/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php @@ -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);