Passed
Push — master ( 8294f5...497eb9 )
by Sathish
13:54
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
         $results = [];
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
         $member->Password = "test";
31 31
         $this->logInAs($member);
32 32
         $page = $this->get("admin/pages/");
33
-        $this->assertEquals(403, $page->getStatusCode(), "a page should load" . $page->getStatusCode());
33
+        $this->assertEquals(403, $page->getStatusCode(), "a page should load".$page->getStatusCode());
34 34
     }
35 35
 }
Please login to merge, or discard this patch.
tests/Extension/UserManagementConfigExtensionTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,8 +74,8 @@
 block discarded – undo
74 74
     }
75 75
     
76 76
     /**
77
-   * CMS fields test
78
-   **/
77
+     * CMS fields test
78
+     **/
79 79
     public function testgetCMSFields()
80 80
     {
81 81
        
Please login to merge, or discard this patch.