Goetas\Xsd\XsdToPhp\Tests\Php\PathGenerator\JMSPathGeneratorTest::testNonExistingDir PHP Метод

testNonExistingDir() публичный Метод

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