Completed
Push — master ( 650d31...1f25f1 )
by AJ
02:01
created
tests/TestCase/Routing/Route/SubdomainRouteTest.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,8 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * @return void
51 51
      */
52
-    public function testParse() {
52
+    public function testParse()
53
+    {
53 54
         $this->markTestIncomplete('Not implemented yet.');
54 55
         /*$url = ['prefix' => 'admin', 'Controller' => 'pages', 'action' => 'index'];
55 56
         $response = $this->SubdomainRoute->parse($url, '');
@@ -62,7 +63,8 @@  discard block
 block discarded – undo
62 63
     /**
63 64
      * @return void
64 65
      */
65
-    public function testMatch() {
66
+    public function testMatch()
67
+    {
66 68
         $this->markTestIncomplete('Not implemented yet.');
67 69
         /*$url = ['prefix' => 'admin', 'Controller' => 'pages', 'action' => 'index'];
68 70
         $response = $this->SubdomainRoute->match($url, '');
Please login to merge, or discard this patch.
tests/TestCase/Middleware/SubdomainMiddlewareTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,8 @@
 block discarded – undo
72 72
     /**
73 73
      * @return void
74 74
      */
75
-    public function testInvoke() {
75
+    public function testInvoke()
76
+    {
76 77
         $this->markTestIncomplete('Not implemented yet.');
77 78
         /*$this->configRequest(['uri' => ['_host' => 'admin.example.com']]);
78 79
         $request = $this->getMockBuilder('Psr\Http\Message\ServerRequestInterface')->getMock();
Please login to merge, or discard this patch.
tests/TestCase/Shell/Helper/HeaderHelperTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,8 @@
 block discarded – undo
32 32
     /**
33 33
      * @return void
34 34
      */
35
-    public function testOutput() {
35
+    public function testOutput()
36
+    {
36 37
         $this->markTestIncomplete('Not implemented yet.');
37 38
     }
38 39
     
Please login to merge, or discard this patch.