Completed
Push — master ( 36529e...dd1fe0 )
by Sathish
12:05 queued 09:56
created
tests/Extension/UserManagementConfigExtensionTest.php 2 patches
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
         if($this->siteconfig->getDBstatus())
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     **/
79 79
     public function testgetCMSFields()
80 80
     {
81
-        if($this->siteconfig->getDBstatus())
81
+        if ($this->siteconfig->getDBstatus())
82 82
         {
83 83
             $this->siteconfig->getCMSFields();
84 84
             $this->markTestIncomplete('Test Product CMS fields');
Please login to merge, or discard this patch.