@@ -4,12 +4,12 @@ |
||
4 | 4 | */ |
5 | 5 | namespace Behat\SoapExtension\Context; |
6 | 6 | |
7 | -use Symfony\Component\Yaml\Yaml; |
|
8 | 7 | use PHPUnit_Framework_Assert as Assertions; |
8 | +use Symfony\Component\Yaml\Yaml; |
|
9 | 9 | |
10 | 10 | // Argument processors. |
11 | -use Behat\Gherkin\Node\TableNode; |
|
12 | 11 | use Behat\Gherkin\Node\PyStringNode; |
12 | +use Behat\Gherkin\Node\TableNode; |
|
13 | 13 | |
14 | 14 | // Utils. |
15 | 15 | use Behat\SoapExtension\Utils\SoapFaultProcessor; |