|
@@ -9,8 +9,6 @@ |
|
|
block discarded – undo |
|
9
|
9
|
use SumoCoders\FrameworkMultiUserBundle\User\UserWithPassword; |
|
10
|
10
|
use Symfony\Component\Security\Core\Encoder\EncoderFactory; |
|
11
|
11
|
use Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder; |
|
12
|
|
-use Symfony\Component\Security\Core\Encoder\UserPasswordEncoder; |
|
13
|
|
-use Symfony\Component\Security\Core\Tests\Encoder\PasswordEncoder; |
|
14
|
12
|
|
|
15
|
13
|
class CreateUserHandlerTest extends \PHPUnit_Framework_TestCase |
|
16
|
14
|
{ |
Please login to merge, or discard this patch.