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.
2 parents 8d1162a + 674c5e7 commit d442db4Copy full SHA for d442db4
tests/system/HTTP/ResponseTest.php
@@ -57,7 +57,7 @@ public function testRequiresMessageWithUnknownStatusCode()
57
$response = new Response(new App());
58
59
$this->expectException(HTTPException::class);
60
- $this->expectExceptionMessage('Unknown HTTP status code provided with no message');
+ $this->expectExceptionMessage(lang('HTTP.unknownStatusCode', [115]));
61
$response->setStatusCode(115);
62
}
63
0 commit comments