Codeception\Util\HttpCode
Class containing constants of HTTP Status Codes
and method to print HTTP code with its description.
Usage:
getDescription()
public static getDescription($code)
param int
$code
return string|int
Returns string with HTTP code and its description
See source