@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Alexei Gorobet, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Alexei Gorobet, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Context; |
| 6 | 6 | |
| 7 | 7 | use Symfony\Component\Yaml\Yaml; |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Alexei Gorobet, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Alexei Gorobet, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\ServiceContainer; |
| 6 | 6 | |
| 7 | 7 | use Behat\Testwork\ServiceContainer\Extension; |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | public function process(ContainerBuilder $container) |
| 71 | 71 | { |
| 72 | 72 | $this->setDefinition($container, 'SoapContextReader', EnvironmentExtension::READER_TAG . '.context', [ |
| 73 | - $this->processor->findAndSortTaggedServices($container, ContextExtension::READER_TAG), |
|
| 73 | + $this->processor->findAndSortTaggedServices($container, ContextExtension::READER_TAG), |
|
| 74 | 74 | ]); |
| 75 | 75 | } |
| 76 | 76 | |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | - */ |
|
| 3 | + * @author Sergii Bondarenko, <[email protected]> |
|
| 4 | + */ |
|
| 5 | 5 | namespace Behat\SoapExtension\Utils; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -67,8 +67,8 @@ discard block |
||
| 67 | 67 | public function __destruct() |
| 68 | 68 | { |
| 69 | 69 | $this->processCode() |
| 70 | - ->processMessage() |
|
| 71 | - ->processCondition(); |
|
| 70 | + ->processMessage() |
|
| 71 | + ->processCondition(); |
|
| 72 | 72 | |
| 73 | 73 | if (!empty($this->messages)) { |
| 74 | 74 | throw new \RuntimeException(implode("\n", $this->messages)); |