public function testItCanCreateFromLocalFile()
 {
     $file = File::createFromFile(__FILE__);
     $this->assertTrue($file instanceof File);
 }