%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/loggers/ |
Current File : /var/www/html/hrsys/api/vendor/phpunit/phpunit/tests/end-to-end/loggers/testdox-group.phpt |
--TEST-- phpunit --testdox-text php://stdout --testdox-group one ../../_files/TestDoxGroupTest.php --FILE-- <?php declare(strict_types=1); $arguments = [ '--no-configuration', '--testdox-text', 'php://stdout', '--testdox-group', 'one', \realpath(__DIR__ . '/_files/TestDoxGroupTest.php'), ]; \array_splice($_SERVER['argv'], 1, count($arguments), $arguments); require __DIR__ . '/../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Dox Group .. 2 / 2 (100%) [x] One Time: %s, Memory: %s OK (2 tests, 2 assertions)