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