@@ -75,8 +75,8 @@ |
||
75 | 75 | private function loadContextInitializer(ContainerBuilder $container, $config) |
76 | 76 | { |
77 | 77 | $definition = new Definition('Behat\WebApiExtension\Context\Initializer\ApiClientAwareInitializer', array( |
78 | - new Reference(self::CLIENT_ID), |
|
79 | - $config |
|
78 | + new Reference(self::CLIENT_ID), |
|
79 | + $config |
|
80 | 80 | )); |
81 | 81 | $definition->addTag(ContextExtension::INITIALIZER_TAG); |
82 | 82 | $container->setDefinition('web_api.context_initializer', $definition); |
@@ -241,7 +241,7 @@ |
||
241 | 241 | |
242 | 242 | if (null === $expected) { |
243 | 243 | throw new \RuntimeException( |
244 | - "Can not convert expected to json:\n".$this->replacePlaceHolder($jsonString->getRaw()) |
|
244 | + "Can not convert expected to json:\n".$this->replacePlaceHolder($jsonString->getRaw()) |
|
245 | 245 | ); |
246 | 246 | } |
247 | 247 |