Skip to content

Commit

Permalink
Fix SKIPIF condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2018
1 parent 18570bc commit f3b1466
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Test XML config enforceTimeLimit, defaultTimeLimit without php-invoker, with pcntl
--SKIPIF--
<?php
if (\class_exists(Invoker::class)) {
require __DIR__ . '/../../../bootstrap.php';

if (\class_exists(SebastianBergmann\Invoker\Invoker::class)) {
print "Skip: package phpunit/php-invoker is installed" . PHP_EOL;
}

Expand Down

0 comments on commit f3b1466

Please sign in to comment.