Skip to content

Commit b3849ed

Browse files
committed
Fix tests on Windows
1 parent ecaf408 commit b3849ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/tests/object_types/return_type_inheritance_in_class.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an
2323
Stack trace:
2424
#0 %s(16): class@anonymous->a()
2525
#1 {main}
26-
thrown in /%s on line 13
26+
thrown in %s on line 13

Zend/tests/object_types/return_type_inheritance_in_interface.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an
2323
Stack trace:
2424
#0 %s(16): class@anonymous->a()
2525
#1 {main}
26-
thrown in /%s on line 13
26+
thrown in %s on line 13

0 commit comments

Comments
 (0)