Exemplo n.º 1
0
 /**
  * @param $commandName
  *
  * @return CommandTester
  */
 private function getTester($commandName)
 {
     $tester = new CommandTester(self::$client->find($commandName));
     return $tester;
 }