Exemple #1
0
 /**
  * Ensure that the service we're testing is a "test" service
  */
 protected function before()
 {
     parent::before();
     $service = ucfirst($this->app->get_folder()) . '_test';
     $this->service = $this->app->new_service($service);
 }