📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 20:16:03
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
extension-xml
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/extension-xml
🔄 Refresh
✏️
Editing: class-does-not-exist.phpt
Writable
--TEST-- Test runner exits with error when configured extension class does not exit --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--configuration'; $_SERVER['argv'][] = __DIR__ . '/_files/class-does-not-exist/phpunit.xml'; require __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Runtime: %s Configuration: %s . 1 / 1 (100%) Time: %s, Memory: %s There was 1 PHPUnit test runner warning: 1) Cannot bootstrap extension because class Does\Not\Exist does not exist WARNINGS! Tests: 1, Assertions: 1, Warnings: 1.
💾 Save Changes
❌ Cancel