Goetas\Xsd\XsdToPhp\Tests\Php\PathGenerator\PHPPathGeneratorTest::testNoNs PHP 메소드

testNoNs() 공개 메소드

public testNoNs ( )
    public function testNoNs()
    {
        $this->setExpectedException('Goetas\\Xsd\\XsdToPhp\\PathGenerator\\PathGeneratorException');
        $generator = new Psr4PathGenerator(array('myns\\' => $this->tmpdir));
        $generator->getPath(new PHPClass('Bar', 'myns2'));
    }