Example #1
0
 public function testGetZippedTranslations()
 {
     $url = $this->client->getApiUrl('translationsZip');
     $response = json_decode($this->client->getZippedTranslations(), true);
     $this->assertEquals($url, $response['url']);
     $this->assertEquals('GET', $response['method']);
 }