Skip to content

Commit 48c241c

Browse files
TimWollatuqqu
andauthored
[skip ci] Improve test descriptions
Co-authored-by: Arthur Kurbidaev <[email protected]>
1 parent 7a6dcec commit 48c241c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/tests/closure_const_expr/complex_new.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Allow defining Closures wrapped in an array in const expressions.
2+
Allow defining Closures passed as constructor arguments in const expressions.
33
--FILE--
44
<?php
55

Zend/tests/closure_const_expr/disallows_non_static.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Disallows using variables.
2+
Disallows using non-static closures.
33
--FILE--
44
<?php
55

0 commit comments

Comments
 (0)