Sylius/config/services_test.yaml
2022-10-05 10:38:21 +02:00

7 lines
286 B
YAML

imports:
- { 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'