Example #1
0
 /**
  * @test
  * @large
  */
 public function testGetAll()
 {
     $assert = Slot::all();
     $this->assertInstanceOf('Illuminate\\Database\\Eloquent\\Collection', $assert);
     $this->assertEquals(6, $assert->count());
 }