mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-01 21:19:18 +00:00
Format date unit tests is now working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user