Completed
Push — master ( da7932 )
by
unknown
06:13
created
Tests/rule/JFormRuleColorTest.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\Rule\Color as RuleColor;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/rule/JFormRuleEmailTest.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\Rule\Email as RuleEmail;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/rule/JFormRuleEqualsTest.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\Rule\Equals as RuleEquals;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/rule/JFormRuleOptionsTest.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\Rule\Options as RuleOptions;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/rule/JFormRuleTelTest.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\Rule\Tel as RuleTel;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Tests/rule/JFormRuleUrlTest.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\Rule\Url as RuleUrl;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.