Esempio n. 1
0
 public function setUp()
 {
     // Download random project
     $testDownloader = new Downloader('https://github.com/square/burst/archive/master.zip', './');
     $testDownloader->downloadProject();
 }