Skip to content

Commit

Permalink
feat: add method to reset request journal
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrlog committed Dec 19, 2019
1 parent 8d94a51 commit a8248bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Module/WireMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@ public function resetMappingsAndRequestJournalToWireMock()
{
$this->wireMock->reset();
}

public function resetRequestJournalToWireMock()
{
$this->wireMock->resetAllRequests();
}
}

0 comments on commit a8248bd

Please sign in to comment.