Bugfix, Document constructor, docker

This commit is contained in:
2022-06-01 12:28:50 +02:00
parent 366dbbd6cf
commit ce3aa574ea
19 changed files with 159 additions and 83 deletions

View File

@@ -21,7 +21,7 @@ function __new_header_impl(string $line) {
RequestTest::$SENT_HEADERS[$key] = $value;
}
function __new_http_response_code_impl(int $code) {
function __new_http_response_code_impl($code) {
RequestTest::$SENT_STATUS_CODE = $code;
}