Beispiel #1
0
 public function testShouldAssembleTargetFilePath()
 {
     $downloader = new Downloader(__DIR__ . '/Fixtures');
     $downloader->setVersion('3.33.6');
     $this->assertEquals(__DIR__ . '/Fixtures/selenium-server-standalone-3.33.6.jar', $downloader->getFilePath());
 }