mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue