Exemplo n.º 1
0
 public function enableTests($enable, $project_id, $test_id = null)
 {
     $enabled = $this->dataRepository->enableTests($enable, $project_id, $test_id);
     return $this->success(['enabled' => $enabled]);
 }