mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-02 21:48:11 +00:00
Fix unit tests for SECOND()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user