Example #1
0
 public function testCollection()
 {
     $query = File::all();
     $this->assertInstanceOf('\\rsanchez\\Deep\\Collection\\FileCollection', $query);
 }