Ejemplo n.º 1
0
 /**
  * Tests failing downloadFile();
  * 
  * @expectedException malkusch\bav\DownloaderException
  * @see Downloader::downloadFile()
  */
 public function testFailDownloadFile()
 {
     $downloader = new Downloader();
     $file = $downloader->downloadFile("http://example.org/XXX");
 }