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 9163c3e commit b0bb254Copy full SHA for b0bb254
tests/Regression/GitHub/873-php7.phpt
@@ -2,7 +2,7 @@
2
GH-873: PHPUnit suppresses exceptions thrown outside of test case function
3
--SKIPIF--
4
<?php
5
-if (PHP_MAJOR_VERSION < 7) {
+if (PHP_MAJOR_VERSION == 7) {
6
print 'skip: PHP 7 is required';
7
}
8
?>
0 commit comments