/**
  * @test
  */
 public function ifEmptyFirstWillReturnNull()
 {
     $collection = new Collection();
     $this->assertNull($collection->first());
 }