diff options
Diffstat (limited to 'tests/classes/interface_constant_inheritance_002.phpt')
-rw-r--r-- | tests/classes/interface_constant_inheritance_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interface_constant_inheritance_002.phpt b/tests/classes/interface_constant_inheritance_002.phpt index af4ce695f7..952dbaf7f4 100644 --- a/tests/classes/interface_constant_inheritance_002.phpt +++ b/tests/classes/interface_constant_inheritance_002.phpt @@ -1,5 +1,5 @@ --TEST-- -Ensure a class may not shadow a constant inherited from an interface. +Ensure a class may not shadow a constant inherited from an interface. --FILE-- <?php interface I { |