public function testDeleteInexistent()
 {
     // TODO: is this behaviour a feature?
     $this->assertTrue(CategoriesService::deleteCat(0));
 }