Skip to content

Commit d9b2ad6

Browse files
committed
PHP7 is required
1 parent 9163c3e commit d9b2ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Regression/GitHub/873-php7.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GH-873: PHPUnit suppresses exceptions thrown outside of test case function
33
--SKIPIF--
44
<?php
5-
if (PHP_MAJOR_VERSION < 7) {
5+
if (PHP_MAJOR_VERSION != 7) {
66
print 'skip: PHP 7 is required';
77
}
88
?>

0 commit comments

Comments
 (0)