Skip to content

Commit 1a8bd75

Browse files
Use consistent skip message
1 parent aad1432 commit 1a8bd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/dump-xdebug-filter.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ phpunit -c ../_files/configuration_whitelist.xml --dump-xdebug-filter 'php://std
33
--SKIPIF--
44
<?php declare(strict_types=1);
55
if (!extension_loaded('xdebug')) {
6-
print 'skip: xdebug not loaded';
6+
print 'skip: Extension xdebug is required.';
77
}
88
--FILE--
99
<?php declare(strict_types=1);

0 commit comments

Comments
 (0)