Skip to content

Commit 401291a

Browse files
committed
fix new test output with new inheritence logic
1 parent 37eab80 commit 401291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/inheritance/enum_only_interfaces_error_via_indirect_interface.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ class C implements I {
1212

1313
?>
1414
--EXPECTF--
15-
Fatal error: Non-enum class C cannot implement interface UnitEnum in %s on line %d
15+
Fatal error: Non-enum class C cannot implement interface I in %s on line %d

0 commit comments

Comments
 (0)