DrestTests\Mapping\AnnotationDriverTest::testEmptyRouteName PHP Method

testEmptyRouteName() public method

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);
    }