예제 #1
0
 public function setUp()
 {
     $app = new Application();
     $this->container = $app->getContainer();
 }
예제 #2
0
파일: runcron.php 프로젝트: viki53/passman
 protected function run($argument)
 {
     $app = new Application();
     $container = $app->getContainer();
     $container->query('CronService')->run();
 }