From b9ce2b901e00a835acb7b9e9eb59b317dca75e35 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Thu, 25 Aug 2016 13:47:27 +0900 Subject: [PATCH] Format date unit tests is now working --- tests/PhpSpreadsheet/Style/NumberFormatDateTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PhpSpreadsheet/Style/NumberFormatDateTest.php b/tests/PhpSpreadsheet/Style/NumberFormatDateTest.php index a6263997..71b87267 100644 --- a/tests/PhpSpreadsheet/Style/NumberFormatDateTest.php +++ b/tests/PhpSpreadsheet/Style/NumberFormatDateTest.php @@ -18,8 +18,6 @@ class NumberFormatDateTest extends \PHPUnit_Framework_TestCase */ public function testFormatValueWithMask() { - $this->markTestIncomplete('TODO: This test should be fixed'); - $args = func_get_args(); $expectedResult = array_pop($args); $result = call_user_func_array([NumberFormat::class, 'toFormattedString'], $args);