1 Composer & Paths
composer require --dev sylius/test-application:^1.14.0@alphacomposer config extra.public-dir vendor/sylius/test-application/public{ "autoload-dev": { "psr-4": { "Tests\\YourPlugin\\": "tests/TestApplication/src/" } } }
composer dump-autoloadOptional
composer config allow-plugins.symfony/flex true composer config allow-plugins.symfony/runtime true
Last updated
Was this helpful?
