Exemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $this->app->add(new InstallCommand());
 }
Exemplo n.º 2
0
 public function setup()
 {
     parent::setup();
     $this->app->add(new \Ojs\AnalyticsBundle\Command\UpdateCommand());
 }