summaryrefslogtreecommitdiffstats
path: root/Tests/Core/User/ChainUserProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Core/User/ChainUserProviderTest.php')
-rw-r--r--Tests/Core/User/ChainUserProviderTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Core/User/ChainUserProviderTest.php b/Tests/Core/User/ChainUserProviderTest.php
index 0fddcd6..9d38a4c 100644
--- a/Tests/Core/User/ChainUserProviderTest.php
+++ b/Tests/Core/User/ChainUserProviderTest.php
@@ -12,9 +12,7 @@
namespace Symfony\Component\Security\Tests\Core\User;
use Symfony\Component\Security\Core\Exception\UnsupportedUserException;
-
use Symfony\Component\Security\Core\User\ChainUserProvider;
-
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
class ChainUserProviderTest extends \PHPUnit_Framework_TestCase