📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 15:48:57
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
cli
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/cli
🔄 Refresh
✏️
Editing: test-directory-does-not-exist.phpt
Writable
--TEST-- An error is emitted when a configured test directory does not exist --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--configuration'; $_SERVER['argv'][] = __DIR__ . '/../_files/test-directory-does-not-exist/phpunit.xml'; require_once __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Test directory "%stest-directory-does-not-exist%stests" not found
💾 Save Changes
❌ Cancel