Completed
Push — master ( 36529e...dd1fe0 )
by Sathish
12:05 queued 09:56
created
tests/Extension/UserManagementConfigExtensionTest.php 1 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.