@@ -6,7 +6,6 @@ |
||
| 6 | 6 | // @codingStandardsIgnoreFile |
| 7 | 7 | |
| 8 | 8 | use Codeception\Module\PhpBrowser; |
| 9 | -use Helper\Acceptance; |
|
| 10 | 9 | |
| 11 | 10 | trait AcceptanceTesterActions |
| 12 | 11 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | // @codingStandardsIgnoreFile |
| 7 | 7 | |
| 8 | 8 | use Codeception\Module\PhpBrowser; |
| 9 | -use Helper\Functional; |
|
| 10 | 9 | |
| 11 | 10 | trait FunctionalTesterActions |
| 12 | 11 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | // @codingStandardsIgnoreFile |
| 7 | 7 | |
| 8 | 8 | use Codeception\Module\Asserts; |
| 9 | -use Helper\Unit; |
|
| 10 | 9 | |
| 11 | 10 | trait UnitTesterActions |
| 12 | 11 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Helmut\Forms\Testing; |
| 4 | 4 | |
| 5 | -use Helmut\Forms\Testing\Stubs\FormWithDefinition; |
|
| 6 | -use Helmut\Forms\Testing\Stubs\Custom\FormWithCustomNamespace; |
|
| 7 | 5 | use Helmut\Forms\Testing\Stubs\CustomExtension\FormWithCustomExtension; |
| 6 | +use Helmut\Forms\Testing\Stubs\Custom\FormWithCustomNamespace; |
|
| 7 | +use Helmut\Forms\Testing\Stubs\FormWithDefinition; |
|
| 8 | 8 | |
| 9 | 9 | class FormTest extends FormTestCase { |
| 10 | 10 | |