Skip to content

Commit e3fa71c

Browse files
Merge branch '3.3' into 3.4
* 3.3: fix merge
2 parents 4b31b47 + cdb5326 commit e3fa71c

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)