示例#1
0
 public function testToString()
 {
     $node = new IteratorNode([]);
     static::assertEquals(IteratorNode::class, $node->__toString());
 }