📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 22:36:52
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
event
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/event
🔄 Refresh
✏️
Editing: exception-in-setup.phpt
Writable
--TEST-- The right events are emitted in the right order for when an exception is raised in setUp() --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--debug'; $_SERVER['argv'][] = __DIR__ . '/_files/ExceptionInSetUpTest.php'; require __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit Started (PHPUnit %s using %s) Test Runner Configured Event Facade Sealed Test Suite Loaded (1 test) Test Runner Started Test Suite Sorted Test Runner Execution Started (1 test) Test Suite Started (PHPUnit\TestFixture\Event\ExceptionInSetUpTest, 1 test) Test Preparation Started (PHPUnit\TestFixture\Event\ExceptionInSetUpTest::testOne) Before Test Method Called (PHPUnit\TestFixture\Event\ExceptionInSetUpTest::setUp) Before Test Method Finished: - PHPUnit\TestFixture\Event\ExceptionInSetUpTest::setUp Test Errored (PHPUnit\TestFixture\Event\ExceptionInSetUpTest::testOne) Test Suite Finished (PHPUnit\TestFixture\Event\ExceptionInSetUpTest, 1 test) Test Runner Execution Finished Test Runner Finished PHPUnit Finished (Shell Exit Code: 2)
💾 Save Changes
❌ Cancel