/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
execution-order
/
Upload File
HOME
--TEST-- phpunit -c ../_files/configuration_stop_on_error.xml ./tests/_files/StopOnErrorTestSuite.php --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '-c'; $_SERVER['argv'][] = \realpath(__DIR__ . '/../../_files/configuration_stop_on_error.xml'); $_SERVER['argv'][] = \realpath(__DIR__ . '/../../_files/StopOnErrorTestSuite.php'); require_once __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. IE Time: %s, Memory: %s There was 1 error: 1) PHPUnit\TestFixture\StopOnErrorTestSuite::testWithError Error: StopOnErrorTestSuite_error %s%etests%e_files%eStopOnErrorTestSuite.php:%d ERRORS! Tests: 2, Assertions: 1, Errors: 1, Incomplete: 1.