Ejemplo n.º 1
0
 public function testGetAll_Empty()
 {
     $users = $this->user_service->getAll();
     $this->assertCount(0, $users);
 }