Completed
Branch testing (566e23)
by AJ
01:58
created
tests/TestCase/Controller/InstallControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function testValidate() {
32 32
         $this->get('/shopify/install/');
33 33
         $this->assertResponseOk();
34
-        $this->get('/shopify/' . md5(rand(1,10)) . '/install/');
34
+        $this->get('/shopify/' . md5(rand(1, 10)) . '/install/');
35 35
         $this->assertResponseError();
36 36
     }
37 37
     
Please login to merge, or discard this patch.