Ejemplo n.º 1
0
 public function setUp()
 {
     $app = new Application();
     $this->container = $app->getContainer();
 }
Ejemplo n.º 2
0
 protected function run($argument)
 {
     $app = new Application();
     $container = $app->getContainer();
     $container->query('CronService')->run();
 }