PhpParser\NodeDumperTest::testDump PHP Method

testDump() public method

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