Beispiel #1
0
 public function testAll()
 {
     $user = User::all();
     $this->assertGreaterThan(0, $user->count());
 }