mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
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]
This commit is contained in:
parent
56400f709b
commit
047f0c9657
@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
The default value is a constant in the parent class method's signature.
|
||||
The default value is a class constant in the parent class method's signature.
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user