repo = $this->createRepository('AircraftRepository'); } /** * A basic test example. * * @return void */ public function testRepository() { print_r($this->repo->model()); } }