Completed
Push — master ( 6fbdef...90d905 )
by Sathish
15:06
created
tests/Extension/LoginHandlerExtensionTest.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
  */
15 15
 class LoginHandlerExtensionTest extends FunctionalTest
16 16
 {
17
-   /**
18
-   *
19
-   **/
17
+    /**
18
+     *
19
+     **/
20 20
     public function testRedirect()
21 21
     {
22 22
         $member = Member::create();
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $member->Email = "[email protected]";
24 24
         $member->Password = "admin";
25 25
         $this->logInAs($member);
26
-        $page = $this->get("user-login/");  // attempt to access the user login Page
26
+        $page = $this->get("user-login/"); // attempt to access the user login Page
27 27
         $this->assertEquals(200, $page->getStatusCode(), "a page should load");
28 28
     }
29 29
 }
Please login to merge, or discard this patch.