コード例 #1
0
ファイル: PageControllerTest.php プロジェクト: viki53/passman
 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();
 }