setUpDb([LoadBaseData::class]); $this->repository = $this->em->getRepository(Part::class); } public function testFindAllNotPaired() { $this->assertCount(1,$this->repository->findAllNotPaired()); } }