소스 검색

[GearmanBundle] Cleaning some testing code

Marc 13 년 전
부모
커밋
038fc37fbf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      lib/Mmoreramerino/GearmanBundle/Command/GearmanCheckCommand.php

+ 0 - 2
lib/Mmoreramerino/GearmanBundle/Command/GearmanCheckCommand.php

@@ -55,7 +55,5 @@ class GearmanCheckCommand extends ContainerAwareCommand
         }
 
         $output->writeln('<comment>Gearman is succesfuly installed</comment>');
-
-        $this->getContainer()->get('gearman')->doNormalJob('MmoreramerinoGearmanBundleWorkerstestWorker~testB');
     }
 }