diff options
Diffstat (limited to 'tests/classes/interface_constant_inheritance_005.phpt')
-rw-r--r-- | tests/classes/interface_constant_inheritance_005.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interface_constant_inheritance_005.phpt b/tests/classes/interface_constant_inheritance_005.phpt index 60bf222e85..1abb85751e 100644 --- a/tests/classes/interface_constant_inheritance_005.phpt +++ b/tests/classes/interface_constant_inheritance_005.phpt @@ -9,4 +9,4 @@ interface IA { echo "Done\n"; ?> --EXPECT-- -Done
\ No newline at end of file +Done |