コード例 #1
0
ファイル: GridColModelTest.php プロジェクト: khaliqgant/Deep
 public function testCollection()
 {
     $query = GridCol::all();
     $this->assertInstanceOf('\\rsanchez\\Deep\\Collection\\GridColCollection', $query);
 }