Example #1
0
 public function testGetFollowing()
 {
     $response = self::$client->getFollowing();
     $this->assertInstanceOf('\\Pixiv\\Entity\\Following', $response);
     $this->assertInternalType('array', $response->toArray());
 }