Completed
Pull Request — master (#60)
by
unknown
02:04
created
Tests/Security/FormAuthenticatorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $this->router = $this->getMockBuilder(RouterInterface::class)->getMock();
33 33
         $this->flashBag = $this->getMockBuilder(FlashBagInterface::class)->getMock();
34 34
         $this->translator = $this->getMockBuilder(TranslatorInterface::class)->getMock();
35
-        $encoders[ 'SumoCoders\FrameworkMultiUserBundle\Entity\BaseUser' ] = [
35
+        $encoders['SumoCoders\FrameworkMultiUserBundle\Entity\BaseUser'] = [
36 36
             'class' => 'Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder',
37 37
             'arguments' => [12],
38 38
         ];
Please login to merge, or discard this patch.