Exemplo n.º 1
0
 /**
  * @covers PhraseanetSDK\Response::isEmpty
  */
 public function testIsEmpty()
 {
     $response = new Response(json_decode($this->getSampleResponse("empty")));
     $this->assertTrue($response->isEmpty());
 }