Goetas\Xsd\XsdToPhp\Tests\Php\PathGenerator\PHPPathGeneratorTest::testInvalidNs PHP Method

testInvalidNs() public method

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