Goetas\Xsd\XsdToPhp\Tests\Php\PathGenerator\JMSPathGeneratorTest::testWriterLong PHP Method

testWriterLong() public method

public testWriterLong ( )
    public function testWriterLong()
    {
        $generator = new Psr4PathGenerator(array('myns\\' => $this->tmpdir));
        $path = $generator->getPath(array('myns\\foo\\Bar' => true));
        $this->assertEquals($path, $this->tmpdir . "/foo.Bar.yml");
    }