diff options
Diffstat (limited to 'tests/classes/interface_constant_inheritance_004.phpt')
-rw-r--r-- | tests/classes/interface_constant_inheritance_004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/interface_constant_inheritance_004.phpt b/tests/classes/interface_constant_inheritance_004.phpt index 7f2d3e514f..aca9865eb1 100644 --- a/tests/classes/interface_constant_inheritance_004.phpt +++ b/tests/classes/interface_constant_inheritance_004.phpt @@ -1,5 +1,5 @@ --TEST-- -Ensure a class may implement two interfaces which include the same constant (due to inheritance). +Ensure a class may implement two interfaces which include the same constant (due to inheritance). --FILE-- <?php interface IA { |