コード例 #1
0
ファイル: Run.php プロジェクト: slavomirkuzma/itc-bundle
 /**
  * (non-PHPdoc)
  *
  * @see \SK\ITCBundle\Code\Generator\PHPUnit\AbstractGenerator::configure()
  */
 protected function configure()
 {
     parent::configure();
 }
コード例 #2
0
 /**
  * (non-PHPdoc)
  *
  * @see \Symfony\Component\Console\Command\Command::execute()
  */
 public function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
 }
コード例 #3
0
 /**
  * (non-PHPdoc)
  *
  * @see \SK\ITCBundle\Code\Generator\PHPUnit\AbstractGenerator::execute($input, $output)
  */
 public function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->generateClassPerformanceCase($input, $output);
 }
コード例 #4
0
ファイル: Config.php プロジェクト: slavomirkuzma/itc-bundle
 /**
  * (non-PHPdoc)
  *
  * @see \SK\ITCBundle\Command\Tests\Generate::execute($input, $output)
  */
 public function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->generateConfigCase($input, $output);
     $this->generateConfigServices($input, $output);
 }