loadFixtures([ LoadBaseData::class, ]); $this->colorService = new ColorService($this->em); } public function testGetAll() { $this->assertCount(3,$this->colorService->getAll()); } }