Completed
Pull Request — master (#7)
by
unknown
20:34
created
tests/Core/Authentication/Token/NetteTokenAdapterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Symnedi\Security\Tests\Core\Authentication\Token;
4 4
 
5
-use Mockery;
6 5
 use Nette\Http\UserStorage;
7 6
 use Nette\Security\Identity;
8 7
 use Nette\Security\User;
Please login to merge, or discard this patch.
tests/Core/Authorization/AccessDecisionManagerFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Symnedi\Security\Tests\Core\Authorization;
4 4
 
5
-use InvalidArgumentException;
6 5
 use PHPUnit_Framework_TestCase;
7 6
 use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
8 7
 use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;
Please login to merge, or discard this patch.