Completed
Push — master ( 9bb1a7...9f8480 )
by Helmut
06:35
created
tests/codeception/_support/_generated/AcceptanceTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\PhpBrowser;
9
-use Helper\Acceptance;
10 9
 
11 10
 trait AcceptanceTesterActions
12 11
 {
Please login to merge, or discard this patch.
tests/codeception/_support/_generated/FunctionalTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\PhpBrowser;
9
-use Helper\Functional;
10 9
 
11 10
 trait FunctionalTesterActions
12 11
 {
Please login to merge, or discard this patch.
tests/codeception/_support/_generated/UnitTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 // @codingStandardsIgnoreFile
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Helper\Unit;
10 9
 
11 10
 trait UnitTesterActions
12 11
 {
Please login to merge, or discard this patch.
tests/unit/FormTest.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
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
 	
Please login to merge, or discard this patch.