%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/ |
Current File : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/2145.phpt |
--TEST-- --stop-on-failure fails to stop on PHP 7 --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--stop-on-error'; $_SERVER['argv'][3] = __DIR__ . '/2145/Issue2145Test.php'; require __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.