Пример #1
0
 /**
  * @test
  */
 public function getUrlShouldGetTheUrlFromTheEnvironment()
 {
     $credentials = new Credentials('*****@*****.**', 'testing', $this->environment);
     $this->assertEquals('https://test.com/test', $credentials->getUrl('/test'));
 }