Beispiel #1
0
 public function testAssetHydration()
 {
     $entry = Entry::whereHas('chan', function ($query) {
         $query->whereNotNull('field_group');
     })->get()->first();
     $this->assertInstanceOf('\\rsanchez\\Deep\\Collection\\AssetCollection', $entry->assets);
 }