public function testExistsElementInPositionInArrayCollection()
 {
     $collection = new ArrayCollection(array('current'));
     $this->assertTrue($collection->exists(0, 'current'));
 }