ApiPlatform\SchemaGenerator\Tests\GenerateTypesCommandTest::getArguments PHP Method

getArguments() public method

public getArguments ( )
    public function getArguments()
    {
        return [[__DIR__ . '/../../build/address-book/', __DIR__ . '/../config/address-book.yml'], [__DIR__ . '/../../build/blog/', __DIR__ . '/../config/blog.yml'], [__DIR__ . '/../../build/ecommerce/', __DIR__ . '/../config/ecommerce.yml'], [__DIR__ . '/../../build/vgo/', __DIR__ . '/../config/vgo.yml'], [__DIR__ . '/../../build/mongodb/address-book/', __DIR__ . '/../config/mongodb/address-book.yml'], [__DIR__ . '/../../build/mongodb/ecommerce/', __DIR__ . '/../config/mongodb/ecommerce.yml']];
    }
GenerateTypesCommandTest