Example #1
0
 /**
  * Test description.
  *
  * @return void
  */
 public function testGetPageContent()
 {
     $file = __DIR__ . '/../Fixture/coverage_data.txt';
     $remote_url = new RemoteUrl();
     $this->assertEquals(file_get_contents($file), $remote_url->getPageContent($file));
 }