Sylius/config/services_test.yaml
2023-04-20 12:48:19 +02:00

8 lines
370 B
YAML

imports:
- { resource: "../vendor/sylius/calendar/tests/Behat/Resources/services.yaml" }
- { resource: "../src/Sylius/Behat/Resources/config/services.xml" }
# workaround needed for strange "test.client.history" problem
# see https://github.com/FriendsOfBehat/SymfonyExtension/issues/88
services:
Symfony\Component\BrowserKit\AbstractBrowser: '@test.client'