Exemple #1
0
 /**
  * Check if the table was seeded
  * @depends testItHasSeeded
  */
 public function testItCanSeed()
 {
     $collection = Languages::all();
     $this->assertNotNull($collection->count());
 }