/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
regression
/
Upload File
HOME
--TEST-- --stop-on-failure fails to stop on PHP 7 --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--stop-on-error'; $_SERVER['argv'][] = __DIR__ . '/2145/Issue2145Test.php'; require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. E Time: %s, Memory: %s There was 1 error: 1) Issue2145Test::testOne Exception in %s%eIssue2145Test.php:%d %A ERRORS! Tests: 1, Assertions: 0, Errors: 1.