Пример #1
0
 public function testCanUseBasePath()
 {
     $description = new ServiceDescription(array('basePath' => 'http://foo.com'));
     $this->assertEquals('http://foo.com', $description->getBaseUrl());
 }