コード例 #1
0
ファイル: SlotModelTest.php プロジェクト: feffi/trails
 /**
  * @test
  * @large
  */
 public function testGetAll()
 {
     $assert = Slot::all();
     $this->assertInstanceOf('Illuminate\\Database\\Eloquent\\Collection', $assert);
     $this->assertEquals(6, $assert->count());
 }