Skip to content

Commit

Permalink
Merge pull request #1 from systemhaus/behebung-RequestExpectation
Browse files Browse the repository at this point in the history
Updated RequestExpection.php
  • Loading branch information
JuliaPoberezhnaia authored Jul 13, 2017
2 parents 4c0c885 + 84ef3bf commit ab1ba28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Expectation/RequestExpectation.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function setExpectedRequest($request) {
if (self::isJson($request)) {
$this->withJsonContentType();
}
return $this;
}

/**
Expand Down

0 comments on commit ab1ba28

Please sign in to comment.