We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6613cc commit 549e122Copy full SHA for 549e122
tests/CommandTest.php
@@ -75,10 +75,10 @@ public function test_request()
75
]);
76
77
$this->assertEquals(<<<'EOF'
78
- 200 GET /welcome ..........23.43 mb 10.00 ms
79
- 404 POST / ..............26.43 mb 1234.00 ms
80
- 500 POST /foofoofoofoofoofo... 23.46 mb 4567854.00 ms
81
-
+ 200 GET /welcome .......... 23.43 mb 10.00 ms
+ 404 POST / .............. 26.43 mb 1234.00 ms
+ 500 POST /foofoofoofoofoofo... 28.43 mb 4567854.00 ms
+
82
EOF, $output->fetch());
83
}
84
0 commit comments