public function testCountTroopLeaders()
 {
     $this->assertEquals(1, $this->repository->countTroopLeaders());
 }