setName('kimai:test-integration') ->setDescription('Run all integration tests') ->setHelp('This command will execute all integration tests with the annotation "@group integration".') ; } /** * @param $directory * @return string */ protected function createPhpunitCmdLine($directory) { return $this->rootDir . '/bin/phpunit --group integration ' . $directory; } }