mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat] Move configuration from etc/behat/ to src/Sylius/Behat/Resources/config/
This commit is contained in:
parent
99e2444d89
commit
c055f4d675
73 changed files with 3 additions and 3 deletions
|
|
@ -2,5 +2,5 @@
|
|||
# (c) Paweł Jędrzejewski
|
||||
|
||||
imports:
|
||||
- etc/behat/profiles.yml
|
||||
- etc/behat/suites.yml
|
||||
- src/Sylius/Behat/Resources/config/profiles.yml
|
||||
- src/Sylius/Behat/Resources/config/suites.yml
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ default:
|
|||
|
||||
Sylius\Behat\Extension\MultiContainerExtension:
|
||||
imports:
|
||||
- "etc/behat/services.xml"
|
||||
- "src/Sylius/Behat/Resources/config/services.xml"
|
||||
|
||||
Sylius\Behat\Extension\SymfonyExtension: ~
|
||||
|
||||
Loading…
Add table
Reference in a new issue