public function testLast()
 {
     $this->assertEquals($this->data[1], $this->arrayCollection->last());
 }