Skip to content

Commit 549e122

Browse files
committed
Fixes CommandTest failing test
1 parent a6613cc commit 549e122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/CommandTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ public function test_request()
7575
]);
7676

7777
$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-
78+
200 GET /welcome .......... 23.43 mb 10.00 ms
79+
404 POST / .............. 26.43 mb 1234.00 ms
80+
500 POST /foofoofoofoofoofo... 28.43 mb 4567854.00 ms
81+
8282
EOF, $output->fetch());
8383
}
8484

0 commit comments

Comments
 (0)