📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 17:05:07
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
generic
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/generic
🔄 Refresh
✏️
Editing: defaulttestsuite-using-testsuite.phpt
Writable
--TEST-- phpunit --testdox --configuration=__DIR__.'/../_files/configuration.defaulttestsuite.xml' --testsuite 'First' --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-progress'; $_SERVER['argv'][] = '--testdox'; $_SERVER['argv'][] = '--configuration'; $_SERVER['argv'][] = __DIR__.'/../../_files/configuration.defaulttestsuite.xml'; $_SERVER['argv'][] = '--testsuite'; $_SERVER['argv'][] = 'First'; require_once __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Runtime: %s Configuration: %s Time: %s, Memory: %s Dummy Foo (PHPUnit\TestFixture\DummyFoo) ✔ Foo equals foo OK (1 test, 1 assertion)
💾 Save Changes
❌ Cancel