public function setUp()
 {
     $app = new Application();
     $this->container = $app->getContainer();
 }
Exemple #2
0
 protected function run($argument)
 {
     $app = new Application();
     $container = $app->getContainer();
     $container->query('CronService')->run();
 }