Completed
Push — master ( c25c8e...44516d )
by Kevin
06:39
created
lib/Cli/Command/ApiPing.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,13 +5,9 @@
 block discarded – undo
5 5
 use Guzzle\Http\Client;
6 6
 use Magium\Cli\Command\Test\TestSkeleton;
7 7
 use Magium\InvalidConfigurationException;
8
-use Magium\NotFoundException;
9 8
 use Magium\Util\Api\ApiConfiguration;
10 9
 use Symfony\Component\Console\Command\Command;
11
-use Symfony\Component\Console\Input\ArrayInput;
12
-use Symfony\Component\Console\Input\InputArgument;
13 10
 use Symfony\Component\Console\Input\InputInterface;
14
-use Symfony\Component\Console\Input\InputOption;
15 11
 use Symfony\Component\Console\Output\OutputInterface;
16 12
 
17 13
 class ApiPing extends Command
Please login to merge, or discard this patch.
lib/Assertions/Element/Clickable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Facebook\WebDriver\WebDriverBy;
6 6
 use Magium\AbstractTestCase;
7
-use Magium\InvalidTestTypeException;
8 7
 use Magium\WebDriver\ExpectedCondition;
9 8
 
10 9
 class Clickable extends AbstractSelectorAssertion
Please login to merge, or discard this patch.
lib/Assertions/Element/NotClickable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Facebook\WebDriver\WebDriverBy;
6 6
 use Magium\AbstractTestCase;
7
-use Magium\InvalidTestTypeException;
8 7
 use Magium\WebDriver\ExpectedCondition;
9 8
 
10 9
 class NotClickable extends AbstractSelectorAssertion
Please login to merge, or discard this patch.