Skip to content

Commit

Permalink
Use consistent skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 28, 2020
1 parent aad1432 commit 1a8bd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/dump-xdebug-filter.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ phpunit -c ../_files/configuration_whitelist.xml --dump-xdebug-filter 'php://std
--SKIPIF--
<?php declare(strict_types=1);
if (!extension_loaded('xdebug')) {
print 'skip: xdebug not loaded';
print 'skip: Extension xdebug is required.';
}
--FILE--
<?php declare(strict_types=1);
Expand Down

0 comments on commit 1a8bd75

Please sign in to comment.