DrestTests\Mapping\AnnotationDriverTest::testEmptyRouteName PHP Méthode

testEmptyRouteName() public méthode

public testEmptyRouteName ( )
    public function testEmptyRouteName()
    {
        $metadataFactory = new MetadataFactory(\Drest\Mapping\Driver\AnnotationDriver::create(array(__DIR__ . '/../Entities/EmptyRouteName')));
        $className = 'DrestTests\\Entities\\EmptyRouteName\\EmptyRouteName';
        $metadataFactory->getMetadataForClass($className);
    }