Skip to content

Commit 940eb3b

Browse files
committed
tests: fixed for PHP 7.0.3
1 parent a239fa5 commit 940eb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Tracy/Dumper.toText().phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Assert::match('array (5)
5858
| 7 => 7
5959
', Dumper::toText([1, 'hello', [], [1, 2], [1 => 1, 2, 3, 4, 5, 6, 7]]));
6060

61-
Assert::match("stream resource #%d%\n wrapper_type%A%", Dumper::toText(fopen(__FILE__, 'r')));
61+
Assert::match("stream resource #%d%\n %S%%A%", Dumper::toText(fopen(__FILE__, 'r')));
6262

6363
Assert::match('stdClass #%a%', Dumper::toText(new stdClass));
6464

0 commit comments

Comments
 (0)