Skip to content

Commit

Permalink
Zend/tests: merge constant_expressions into constexpr, update nam…
Browse files Browse the repository at this point in the history
…es (#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
  • Loading branch information
DanielEScherzer authored Feb 21, 2025
1 parent 05f8fee commit 7b8a61a
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Zend/tests/constexpr/new_dynamic_class_name.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Dynamic class name in new is not supported
Dynamic class name in new is supported
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/constexpr/new_invalid_operation_in_arg.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Invalid operation in new arg in const expr
Valid operation in new arg in const expr
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion Zend/tests/constexpr/new_static.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Static in new is not supported
Static in new is supported
--FILE--
<?php

Expand Down

0 comments on commit 7b8a61a

Please sign in to comment.