Skip to content

Commit 8bad12f

Browse files
committed
fix BackEnum test
1 parent 27fcd3e commit 8bad12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/enum/no-class-implements-backed-enum.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class Foo implements BackedEnum {}
77

88
?>
99
--EXPECTF--
10-
Fatal error: Non-enum class Foo cannot implement interface BackedEnum in %s on line %d
10+
Fatal error: Non-enum class Foo cannot implement interface UnitEnum in %s on line %d

0 commit comments

Comments
 (0)