Skip to content

Commit 047f0c9

Browse files
userland_declaration_error_class_const.phpt: fix test name (#15784)
Unlike the `userland_declaration_error_const.phpt` test, the point of this test is to demonstrate using a class constant as the default parameter. See also the corresponding internal_declaration_* tests. [skip ci]
1 parent 56400f7 commit 047f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
The default value is a constant in the parent class method's signature.
2+
The default value is a class constant in the parent class method's signature.
33
--FILE--
44
<?php
55

0 commit comments

Comments
 (0)