@@ -132,7 +132,7 @@ |
||
132 | 132 | ), $suite->getName()); |
133 | 133 | } |
134 | 134 | |
135 | - $contexts = array_filter($contexts, function ($context) use ($contextsToRemove): bool { |
|
135 | + $contexts = array_filter($contexts, function($context) use ($contextsToRemove): bool { |
|
136 | 136 | return !in_array($this->normalizeContext($context), $contextsToRemove, true); |
137 | 137 | }); |
138 | 138 |
@@ -175,6 +175,9 @@ |
||
175 | 175 | $container->setDefinition('fob_symfony.mink.parameters', $minkParametersDefinition); |
176 | 176 | } |
177 | 177 | |
178 | + /** |
|
179 | + * @param string|null $bootstrap |
|
180 | + */ |
|
178 | 181 | private function loadBootstrap(?string $bootstrap): void |
179 | 182 | { |
180 | 183 | if ($bootstrap === null) { |