Example #1
0
 public function testDownload()
 {
     $size = Table::download(self::DOWNLOAD_FILENAME);
     $this->assertGreaterThan(0, $size);
     $this->assertFileExists(self::DOWNLOAD_FILENAME);
 }