コード例 #1
0
ファイル: FileDownloaderTest.php プロジェクト: margery/thelia
 public function testFileDownloadSuccess()
 {
     $this->downloader->download("http://thelia.net/", "php://temp");
 }
コード例 #2
0
ファイル: FileDownloaderTest.php プロジェクト: badelas/thelia
 public function testFileDownloadSuccess()
 {
     $this->downloader->download("http://www.w3.org/", "php://temp");
 }