Skip to content

Commit

Permalink
RequestOptionsMatcher: add getSortedExpectedRequestOptions for gettin…
Browse files Browse the repository at this point in the history
…g request options from matcher (#65)
  • Loading branch information
jakubkulhanek authored Feb 28, 2024
1 parent cc3d6db commit de93d61
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,13 @@ public function __toString()
{
return '<RequestOptionsMatcher>';
}


/**
* @return mixed[]
*/
public function getSortedExpectedRequestOptions(): array
{
return $this->sortedExpectedRequestOptions;
}
}

0 comments on commit de93d61

Please sign in to comment.