PhpParser\NodeDumperTest::testError PHP Method

testError() public method

public testError ( )
    public function testError()
    {
        $dumper = new NodeDumper();
        $dumper->dump(new \stdClass());
    }