Beispiel #1
0
 /**
  * Tests failing downloadContent();
  * 
  * @expectedException malkusch\bav\DownloaderException
  * @see Downloader::downloadContent()
  */
 public function testFailDownloadContent()
 {
     $downloader = new Downloader();
     $downloader->downloadContent("http://example.org/XXX");
 }