예제 #1
0
파일: REST_test.php 프로젝트: hutchike/YAWF
 /**
  * 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);
 }