Fix unit tests for SECOND()

This commit is contained in:
Adrien Crivelli 2016-10-02 09:42:14 +09:00
parent 75c34f2694
commit b5af5a772e
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ class DateTimeTest extends \PHPUnit_Framework_TestCase
*/ */
public function testSECOND() public function testSECOND()
{ {
$this->markTestIncomplete('TODO: This test should be fixed');
$args = func_get_args(); $args = func_get_args();
$expectedResult = array_pop($args); $expectedResult = array_pop($args);
$result = call_user_func_array([DateTime::class, 'SECONDOFMINUTE'], $args); $result = call_user_func_array([DateTime::class, 'SECONDOFMINUTE'], $args);