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