Completed
Push — master ( 650d31...1f25f1 )
by AJ
02:01
created
tests/TestCase/Routing/Route/SubdomainRouteTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $url = ['prefix' => 'users', 'Controller' => 'pages', 'action' => 'index'];
58 58
         $response = $this->SubdomainRoute->parse($url, '');
59 59
         //assertwrong*/
60
-     }
60
+        }
61 61
     
62 62
     /**
63 63
      * @return void
Please login to merge, or discard this patch.