Skip to content

Commit

Permalink
Closes #3361
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 29, 2018
1 parent c151651 commit 5044b62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Expected result is to have an error, because of no classes loaded.
<?php
if (!extension_loaded('xdebug')) {
print 'skip: xdebug not loaded';
} elseif (version_compare(PHP_VERSION, '7.3.0-dev', '>=')) {
print 'skip: PHP < 7.3 required';
}
--FILE--
<?php
Expand Down

0 comments on commit 5044b62

Please sign in to comment.