We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6499121 + 9de5bef commit 18ec59aCopy full SHA for 18ec59a
tests/end-to-end/event/user-error.phpt
@@ -3,7 +3,7 @@ The right events are emitted in the right order for a test that runs code which
3
--SKIPIF--
4
<?php declare(strict_types=1);
5
if (!version_compare('8.4.0-dev', PHP_VERSION)) {
6
- print 'skip: PHP 8.4 is required.';
+ print 'skip: PHP < 8.4 is required.';
7
}
8
--FILE--
9
0 commit comments