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

testNonExistingDir() public method

public testNonExistingDir ( )
    public function testNonExistingDir()
    {
        $this->setExpectedException('Goetas\\Xsd\\XsdToPhp\\PathGenerator\\PathGeneratorException');
        new Psr4PathGenerator(array('myns\\' => "aaaa"));
    }