Example #1
0
 /**
  * @covers Core\Helpers\File::getContentsCurl
  * @todo Test with credentials.
  */
 public function testGettingContentsCurl()
 {
     $url = 'https://raw.githubusercontent.com/WeAreAthlon/silla.io/master/VERSION';
     $this->assertStringEqualsFile(Core\Config()->paths('root') . $this->baseName, File::getContentsCurl($url));
 }