Skip to content

Commit

Permalink
Manually tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Jul 15, 2020
1 parent 8978cbd commit 4e00aeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Psr7/ServerRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ protected function determineParsedBody(array $postParams)
}
}

// @codeCoverageIgnoreStart
// Maybe other http methods such as PUT, DELETE, etc...
if ($httpMethod !== 'GET' && !$isForm) {

Expand Down Expand Up @@ -375,5 +376,8 @@ protected function determineParsedBody(array $postParams)
}
}
}

// This part is manually tested by using PostMan.
// @codeCoverageIgnoreEnd
}
}

0 comments on commit 4e00aeb

Please sign in to comment.