mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Whitelist some Behat symbols used in ApiBundle
The experimental Sylius\Bundle\ApiBundle\Behat\Extension\SyliusApiBundleExtension and its Sylius\Bundle\ApiBundle\Behat\Tester\ApiScenarioEventDispatchingScenarioTester are using some Behat symbols and Behat is, of course, not required. I don't know if this experimental ApiBundle extension is used or not. Anyway this MUST be fixed.
This commit is contained in:
parent
963b923166
commit
d002e9a33f
1 changed files with 13 additions and 1 deletions
|
|
@ -13,7 +13,19 @@
|
|||
"PSS\\SymfonyMockerContainer\\DependencyInjection\\MockerContainer",
|
||||
"Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent",
|
||||
"Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener",
|
||||
"Swift_Message"
|
||||
"Swift_Message",
|
||||
"Behat\\Behat\\Tester\\ScenarioTester",
|
||||
"Behat\\Behat\\Tester\\ServiceContainer\\TesterExtension",
|
||||
"Behat\\Gherkin\\Node\\FeatureNode",
|
||||
"Behat\\Gherkin\\Node\\ScenarioInterface",
|
||||
"Behat\\Gherkin\\Node\\ScenarioNode",
|
||||
"Behat\\Testwork\\Environment\\Environment",
|
||||
"Behat\\Testwork\\ServiceContainer\\Extension",
|
||||
"Behat\\Testwork\\ServiceContainer\\ExtensionManager",
|
||||
"Behat\\Testwork\\Suite\\Exception\\ParameterNotFoundException",
|
||||
"Behat\\Testwork\\Tester\\Result\\TestResult",
|
||||
"Behat\\Testwork\\Tester\\Setup\\Setup",
|
||||
"Behat\\Testwork\\Tester\\Setup\\Teardown"
|
||||
],
|
||||
"php-core-extensions" : [
|
||||
"Core",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue