Format date unit tests is now working

This commit is contained in:
Adrien Crivelli 2016-08-25 13:47:27 +09:00
parent 027792ed09
commit b9ce2b901e
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ class NumberFormatDateTest extends \PHPUnit_Framework_TestCase
*/ */
public function testFormatValueWithMask() public function testFormatValueWithMask()
{ {
$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([NumberFormat::class, 'toFormattedString'], $args); $result = call_user_func_array([NumberFormat::class, 'toFormattedString'], $args);