summaryrefslogtreecommitdiffstats
path: root/Tests/Core
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-03 20:10:26 +0000
committerGraham Campbell <graham@mineuk.com>2014-12-03 20:10:26 +0000
commit4d93fe20999aa43de372f053ff9f8ec5a85b6fa5 (patch)
tree722834ef5651fa20505144af1c6193dbd0a464f5 /Tests/Core
parentc3100eb623f97650fa4cdede3e832a497b8e473c (diff)
downloadsymfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.zip
symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.gz
symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.bz2
CS fixes
Diffstat (limited to 'Tests/Core')
-rw-r--r--Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php1
-rw-r--r--Tests/Core/User/ChainUserProviderTest.php2
2 files changed, 0 insertions, 3 deletions
diff --git a/Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php b/Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
index 35b14e8..18e9669 100644
--- a/Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
+++ b/Tests/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
@@ -12,7 +12,6 @@
namespace Symfony\Component\Security\Tests\Core\Authentication\Provider;
use Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder;
-
use Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
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