mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix gh16508.phpt test expectation
The error changed in master, not 8.4. My bad.
This commit is contained in:
@@ -17,4 +17,4 @@ abstract class Test {
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user