function testIsEmptyFalse()
 {
     $iterator = new ArrayIterator([1]);
     $this->assertFalse($iterator->isEmpty());
 }