Example #1
0
 /**
  * @test
  */
 public function getRequestsCount()
 {
     $user2 = $this->getUser("test2");
     $this->eq(2, Request::getRequestsCount($user2->id));
 }