From 047f0c9657921d2b7b2829a90812e63a3fd49d7e Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Fri, 6 Sep 2024 22:37:05 -0700 Subject: [PATCH] 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] --- .../userland_declaration_error_class_const.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt b/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt index 40648c80b22..7011059e276 100644 --- a/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt +++ b/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt @@ -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--