Exemplo n.º 1
0
 public function testCollection()
 {
     $query = Title::all();
     $this->assertInstanceOf('\\rsanchez\\Deep\\Collection\\TitleCollection', $query);
 }