Completed
Push — master ( da7932 )
by
unknown
06:13
created
Tests/fields/JFormFieldFileListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_FileList;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldFileTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_File;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldFolderListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_FolderList;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldGroupedListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_GroupedList;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldHiddenTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_Hidden;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldImageListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_ImageList;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldIntegerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_Integer;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldListTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_List;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/fields/JFormFieldPasswordTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Joomla\Form\Tests;
8 8
 
9
-use Joomla\Test\TestHelper;
10 9
 use Joomla\Form\Field_Password;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.