Skip to content

Commit aa11324

Browse files
committed
results order
1 parent 14f5915 commit aa11324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webtest/WebTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public function testResults()
123123
. '<tr><td>geVar(2)</td><td>' . $this->router->getVar(2) . '</td></tr>'
124124
. '<tr><td>geVar(3)</td><td>' . $this->router->getVar(3) . '</td></tr>'
125125
. '<tr><td>geVar(4)</td><td>' . $this->router->getVar(4) . '</td></tr>'
126-
. '<tr><td>getGet()</td><td>' . $this->getGetResults() . '</td></tr>'
127126
. '<tr><td>getCurrent()</td><td>' . $this->router->getCurrent() . '</td></tr>'
128127
. '<tr><td>getHome()</td><td>' . $this->router->getHome() . '</td></tr>'
129128
. '<tr><td>getCurrentFull()</td><td>' . $this->router->getCurrentFull() . '</td></tr>'
@@ -139,6 +138,7 @@ public function testResults()
139138
. "<tr><td>getServer('SERVER_NAME')</td><td>" . $this->router->getServer('SERVER_NAME') . '</td></tr>'
140139
. "<tr><td>getServer('HTTPS')</td><td>" . $this->router->getServer('HTTPS') . '</td></tr>'
141140
. "<tr><td>getServer('SERVER_PORT')</td><td>" . $this->router->getServer('SERVER_PORT') . '</td></tr>'
141+
. '<tr><td>getGet()</td><td>' . $this->getGetResults() . '</td></tr>'
142142
. '</table>'
143143
. '<p>[ Router setup: '
144144
. '<a href="?forceSlash=1">Force Slash</a> - <a href="?forceSlash=0">Do Not Force Slash</a> ]</p>';

0 commit comments

Comments
 (0)