Skip to content

Commit 9934843

Browse files
Test fixes
1 parent 81d287f commit 9934843

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

Zend/tests/attributes/deprecated/error_on_interface.phpt

Lines changed: 0 additions & 11 deletions
This file was deleted.

Zend/tests/attributes/deprecated/interfaces/throwing_error_handler.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ class DemoClass implements DemoInterface {}
1818
--EXPECTF--
1919
Fatal error: Uncaught ErrorException: Interface DemoInterface implemented by DemoClass is deprecated in %s:%d
2020
Stack trace:
21-
#0 %s(%d): my_error_handler(16384, 'Interface DemoI...', '/usr/src/php/Ze...', 12)
21+
#0 %s(%d): my_error_handler(16384, 'Interface DemoI...', '%s', 12)
2222
#1 {main}
2323
thrown in %s on line %d

0 commit comments

Comments
 (0)