D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
execution-order
/
Filename :
repeat.phpt
back
Copy
--TEST-- phpunit --repeat 3 BankAccountTest ../../_files/BankAccountTest.php --FILE-- <?php declare(strict_types=1); $arguments = [ '--no-configuration', '--repeat', '3', 'BankAccountTest', \realpath(__DIR__ . '/../../_files/BankAccountTest.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. ......... 9 / 9 (100%) Time: %s, Memory: %s OK (9 tests, 9 assertions)