Completed
Pull Request — master (#18)
by
unknown
48:00
created
src/Context/Form/FormContext.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,17 +5,17 @@
 block discarded – undo
5 5
 namespace Drupal\TqExtension\Context\Form;
6 6
 
7 7
 // Exceptions.
8
-use Symfony\Component\Filesystem\Exception\FileNotFoundException;
9 8
 use Behat\Mink\Exception\ElementNotFoundException;
9
+use Symfony\Component\Filesystem\Exception\FileNotFoundException;
10 10
 use WebDriver\Exception\NoSuchElement;
11 11
 // Helpers.
12 12
 use Behat\Gherkin\Node\TableNode;
13
-use WebDriver\Service\CurlService;
14 13
 use Behat\Mink\Element\NodeElement;
14
+use WebDriver\Service\CurlService;
15 15
 // Utils.
16 16
 use Drupal\TqExtension\Utils\DatePicker;
17
-use Drupal\TqExtension\Utils\FormValueAssertion;
18 17
 use Drupal\TqExtension\Utils\EntityDrupalWrapper;
18
+use Drupal\TqExtension\Utils\FormValueAssertion;
19 19
 
20 20
 class FormContext extends RawFormContext
21 21
 {
Please login to merge, or discard this patch.