Ejemplo n.º 1
0
 protected function tearDown()
 {
     $categorias = CategoriaContactoDAO::getAll();
     foreach ($categorias as $categoria) {
         CategoriaContactoDAO::delete($categoria);
     }
 }