Passed
Pull Request — master (#15)
by
unknown
02:34
created
controller/frontend/tests/Controller/Frontend/Customer/StandardTest.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 	}
36 36
 
37 37
 	public function testChangePassword()
38
-    {
38
+	{
39 39
         $oldPassword = $this->object->get()->getPassword();
40 40
         $this->object = $this->object->add([
41 41
             "customer.oldpassword" => "test",
Please login to merge, or discard this patch.