示例#1
0
 public function testGetIterator()
 {
     $ma = new ImmutableArray();
     $this->assertTrue($ma->getIterator() instanceof ArrayIterator);
 }