PhpParser\NodeDumperTest::testDump PHP 메소드

testDump() 공개 메소드

public testDump ( $node, $dump )
    public function testDump($node, $dump)
    {
        $dumper = new NodeDumper();
        $this->assertSame($this->canonicalize($dump), $this->canonicalize($dumper->dump($node)));
    }