From b5af5a772ef18d20dbd5a0a7858f3cee0d42dfb4 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sun, 2 Oct 2016 09:42:14 +0900 Subject: [PATCH] Fix unit tests for SECOND() --- 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 6c207f5f..2c840e57 100644 --- a/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php +++ b/tests/PhpSpreadsheetTests/Calculation/DateTimeTest.php @@ -297,8 +297,6 @@ class DateTimeTest extends \PHPUnit_Framework_TestCase */ public function testSECOND() { - $this->markTestIncomplete('TODO: This test should be fixed'); - $args = func_get_args(); $expectedResult = array_pop($args); $result = call_user_func_array([DateTime::class, 'SECONDOFMINUTE'], $args);