SymfonyExtension icon indicating copy to clipboard operation
SymfonyExtension copied to clipboard

Flex installation missing configuration

Open guyenot-jeremy opened this issue 5 years ago • 1 comments

Hi,

i'm using Symfony 5 with flex but when i run

composer require --dev friends-of-behat/symfony-extension

is missing

  • "config/services_test.yaml"
  • autosetup in "config/bundles.php"
  • defaut "behat.yaml.dist"
  • folder "tests/Behat"

does i forget one step?

guyenot-jeremy avatar Jul 30 '20 06:07 guyenot-jeremy

yes @guyenot-jeremy, to install the recipe. composer recipes:install friends-of-behat/symfony-extension --force -v

hulkthedev avatar Oct 11 '21 17:10 hulkthedev