From 4c41a6992afd9d4d943aca68b94908404fa38383 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 2 Oct 2016 09:31:14 +0900 Subject: [PATCH] Fix unit tests for testTIMEtoPHP --- 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 a88ec163..0893b038 100644 --- a/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php +++ b/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php @@ -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);