Skip to content

Commit

Permalink
Skip this test on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 3, 2020
1 parent 6775051 commit 6f19efd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/end-to-end/regression/Trac/578.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--TEST--
#578: Double printing of trace line for exceptions from notices and warnings
--SKIPIF--
<?php declare(strict_types=1);
if (\PHP_MAJOR_VERSION >= 8) {
print 'skip: PHP < 8 is required.';
}
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][1] = '--no-configuration';
Expand Down

0 comments on commit 6f19efd

Please sign in to comment.