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:
DanielEScherzer 2024-09-06 22:37:05 -07:00 committed by GitHub
parent 56400f709b
commit 047f0c9657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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