Exemple #1
0
 public function testGetHostname()
 {
     $hostname = Desk::getHostname('foobar');
     $this->assertSame('https://foobar.desk.com', $hostname);
 }