@@ -28,6 +28,7 @@ class TestsRun extends ConsoleCommand
...
@@ -28,6 +28,7 @@ class TestsRun extends ConsoleCommand
$this->addArgument('group',InputArgument::OPTIONAL,'Run only a specific test group. Separate multiple groups by comma, for instance core,integration','');
$this->addArgument('group',InputArgument::OPTIONAL,'Run only a specific test group. Separate multiple groups by comma, for instance core,integration','');
$this->addOption('options','o',InputOption::VALUE_OPTIONAL,'All options will be forwarded to phpunit','');
$this->addOption('options','o',InputOption::VALUE_OPTIONAL,'All options will be forwarded to phpunit','');
$this->addOption('xhprof',null,InputOption::VALUE_NONE,'Profile using xhprof.');
$this->addOption('xhprof',null,InputOption::VALUE_NONE,'Profile using xhprof.');
$this->addOption('file',null,InputOption::VALUE_REQUIRED,'Execute tests within this file. Should be a path relative to the tests/PHPUnit directory.');