You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeIgniter\HTTP\ResponseTest::testRequiresMessageWithUnknownStatusCode
Failed asserting that exception message 'HTTP.unknownStatusCode' contains 'Unknown HTTP status code provided with no message'.
./phpunit tests/system/HTTP/
fix;
public function testRequiresMessageWithUnknownStatusCode()
{
$response = new Response(new App());
Failed asserting that exception message 'HTTP.unknownStatusCode' contains 'Unknown HTTP status code provided with no message'.
./phpunit tests/system/HTTP/
fix;
public function testRequiresMessageWithUnknownStatusCode()
{
$response = new Response(new App());
The text was updated successfully, but these errors were encountered: