📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 17:04:47
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
cli
/
group
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/cli/group
🔄 Refresh
✏️
Editing: size-groups.phpt
Writable
--TEST-- phpunit --group small,medium,large ../../_files/size-groups/SizeGroupsTest.php --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--group'; $_SERVER['argv'][] = 'small'; $_SERVER['argv'][] = '--group'; $_SERVER['argv'][] = 'medium'; $_SERVER['argv'][] = '--group'; $_SERVER['argv'][] = 'large'; $_SERVER['argv'][] = __DIR__ . '/../../_files/size-groups/SizeGroupsTest.php'; require_once __DIR__ . '/../../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Runtime: %s There were 6 PHPUnit test runner warnings: 1) Group name "small" is not allowed for class PHPUnit\TestFixture\SizeGroups\SizeGroupsTest 2) Group name "medium" is not allowed for class PHPUnit\TestFixture\SizeGroups\SizeGroupsTest 3) Group name "large" is not allowed for class PHPUnit\TestFixture\SizeGroups\SizeGroupsTest 4) Group name "small" is not allowed for method PHPUnit\TestFixture\SizeGroups\SizeGroupsTest::testOne 5) Group name "medium" is not allowed for method PHPUnit\TestFixture\SizeGroups\SizeGroupsTest::testOne 6) Group name "large" is not allowed for method PHPUnit\TestFixture\SizeGroups\SizeGroupsTest::testOne No tests executed!
💾 Save Changes
❌ Cancel