Пример #1
0
 /**
  * @covers Exads\Client
  * @test
  */
 public function should_return_api_url()
 {
     $client = new Client('http://localhost');
     $this->assertSame('http://localhost', $client->getUrl());
 }