📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 21:43:09
📂
/ (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: log-events-text-invalid-argument.phpt
Writable
--TEST-- Test fails with invalid path --FILE-- <?php declare(strict_types=1); $traceFile = sys_get_temp_dir() . '/invalid-directory/invalid.file'; $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--no-output'; $_SERVER['argv'][] = '--log-events-text'; $_SERVER['argv'][] = $traceFile; require __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. The path "%s" specified for the --log-events-text option could not be resolved
💾 Save Changes
❌ Cancel