Fix unit tests for SECOND()
This commit is contained in:
parent
75c34f2694
commit
b5af5a772e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue