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.
1 parent aad1432 commit 1a8bd75Copy full SHA for 1a8bd75
tests/end-to-end/dump-xdebug-filter.phpt
@@ -3,7 +3,7 @@ phpunit -c ../_files/configuration_whitelist.xml --dump-xdebug-filter 'php://std
3
--SKIPIF--
4
<?php declare(strict_types=1);
5
if (!extension_loaded('xdebug')) {
6
- print 'skip: xdebug not loaded';
+ print 'skip: Extension xdebug is required.';
7
}
8
--FILE--
9
0 commit comments