Esempio n. 1
0
 public function testCanGetTheNumberOfImagesOfTheCurrentUser()
 {
     $this->setMockResponse($this->client, 'user_ok');
     $this->assertSame(11, $this->client->getNumImages());
 }