Esempio n. 1
0
 protected function getRepository()
 {
     try {
         return Utils::getRepository();
     } catch (Exception $e) {
         $this->markTestIncomplete($e->getMessage());
     }
 }
 protected function getRepository()
 {
     return Utils::getRepository();
 }