public function testGetLastElementOfEmptyCollection()
 {
     $this->assertEmpty($this->coll->last());
 }