Exemple #1
0
 public function testGetServiceUrl()
 {
     $expectedUrl = 'https://tts.eu-west-1.ivonacloud.com/CreateSpeech';
     $resultUrl = $this->payload->getServiceUrl();
     $this->assertEquals($expectedUrl, $resultUrl);
 }