Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdb5326

Browse files
fix merge
1 parent ebbcb7b commit cdb5326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function () {},
256256

257257
// assertEquals() does not like NAN values.
258258
$this->assertEquals($array[$i][0], 'float');
259-
$this->assertNan($array[$i++][1]);
259+
$this->assertTrue(is_nan($array[$i++][1]));
260260
}
261261

262262
public function testRecursionInArguments()

0 commit comments

Comments
 (0)