Skip to content

Commit dded6fd

Browse files
committed
Fix gh16508.phpt test expectation
The error changed in master, not 8.4. My bad.
1 parent 18a925b commit dded6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/gh16508.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ abstract class Test {
1717

1818
?>
1919
--EXPECTF--
20-
Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining method (Test::foo) in %s on line 5
20+
Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Test::foo) in %s on line 5

0 commit comments

Comments
 (0)