Skip to content

Commit dc19874

Browse files
committed
style: sort use statements alphabetically in Wordcha tests
1 parent 48d13fa commit dc19874

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Cases/Wordcha/DI/FormBinder.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php declare(strict_types = 1);
22

3-
use Contributte\Tester\Toolkit;
43
use Contributte\Forms\Captcha\Wordcha\DI\FormBinder;
54
use Contributte\Forms\Captcha\Wordcha\Factory;
65
use Contributte\Forms\Captcha\Wordcha\Form\WordchaContainer;
76
use Contributte\Forms\Captcha\Wordcha\Generator\Generator;
87
use Contributte\Forms\Captcha\Wordcha\Generator\Security;
98
use Contributte\Forms\Captcha\Wordcha\Validator\Validator;
9+
use Contributte\Tester\Toolkit;
1010
use Nette\Forms\Controls\HiddenField;
1111
use Nette\Forms\Controls\TextInput;
1212
use Nette\Forms\Form;

tests/Cases/Wordcha/DataSource/NumericDataSource.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php declare(strict_types = 1);
22

3-
use Contributte\Tester\Toolkit;
43
use Contributte\Forms\Captcha\Wordcha\DataSource\NumericDataSource;
54
use Contributte\Forms\Captcha\Wordcha\Exception\LogicalException;
5+
use Contributte\Tester\Toolkit;
66
use Tester\Assert;
77

88
require_once __DIR__ . '/../../../bootstrap.php';

tests/Cases/Wordcha/Forms/WordchaContainer.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php declare(strict_types = 1);
22

3-
use Contributte\Tester\Toolkit;
43
use Contributte\Forms\Captcha\Wordcha\Factory;
54
use Contributte\Forms\Captcha\Wordcha\Form\WordchaContainer;
65
use Contributte\Forms\Captcha\Wordcha\Generator\Generator;
76
use Contributte\Forms\Captcha\Wordcha\Generator\Security;
87
use Contributte\Forms\Captcha\Wordcha\Validator\Validator;
8+
use Contributte\Tester\Toolkit;
99
use Nette\Forms\Controls\HiddenField;
1010
use Nette\Forms\Controls\TextInput;
1111
use Tester\Assert;

0 commit comments

Comments
 (0)