creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

Feature/namespace rework #4

Closed pitpit closed 9 years ago

pitpit commented 9 years ago

move Api2SymfonyConverterInterface to Converter\ConverterInterface

and renamed test to tests (more conventional)

3 is embed

qpautrat commented 9 years ago

Ok, make sense to moving Converter.

Add in composer.json:

"autoload-dev": {
    "psr-4": {
        "Creads\\Tests\\": "tests/"
    }
}

for test namespace.

Thanks.

pitpit commented 9 years ago

done