Exemplo n.º 1
0
 /**
  * Load all test files to database.
  *
  */
 private function loadTests()
 {
     $this->dataRepository->syncTests($this->exclusions);
 }