Exemplo n.º 1
0
 public function allTests($project_id = null)
 {
     return $this->success(['tests' => $this->dataRepository->getTests($project_id)]);
 }