@@ -31,7 +31,7 @@ |
||
| 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 | |