summaryrefslogtreecommitdiff
path: root/tests/classes/constants_basic_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/constants_basic_004.phpt')
-rw-r--r--tests/classes/constants_basic_004.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/constants_basic_004.phpt b/tests/classes/constants_basic_004.phpt
index 3542866cc0..e893768629 100644
--- a/tests/classes/constants_basic_004.phpt
+++ b/tests/classes/constants_basic_004.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test properties with array default values using class constants as keys and values.
+Test properties with array default values using class constants as keys and values.
--FILE--
<?php
class X
@@ -21,7 +21,7 @@ Test properties with array default values using class constants as keys and valu
class C extends B
{
- // Static and instance array using class constants with parent
+ // Static and instance array using class constants with parent
public static $sa_c_parent = array(parent::KEY => parent::VALUE);
public $a_c_parent = array(parent::KEY => parent::VALUE);