Example #1
0
 public function testWhereNull()
 {
     $u = User::whereNull('calls')->get();
     $this->assertCount(0, $u);
 }