Skip to content

Commit 7b8a61a

Browse files
Zend/tests: merge constant_expressions into constexpr, update names (#17872)
While reviewing the existing tests in the `constexpr` directory, I found that some of the names were not updated to reflect the contents when the contents were changed in #9301. Follow-up to #15638
1 parent 05f8fee commit 7b8a61a

28 files changed

+3
-3
lines changed

Zend/tests/constexpr/new_dynamic_class_name.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Dynamic class name in new is not supported
2+
Dynamic class name in new is supported
33
--FILE--
44
<?php
55

Zend/tests/constexpr/new_invalid_operation_in_arg.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Invalid operation in new arg in const expr
2+
Valid operation in new arg in const expr
33
--FILE--
44
<?php
55

Zend/tests/constexpr/new_static.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Static in new is not supported
2+
Static in new is supported
33
--FILE--
44
<?php
55

0 commit comments

Comments
 (0)