Skip to content

Commit

Permalink
feat: add method to reset mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrlog committed Dec 19, 2019
1 parent a8248bd commit 2279087
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 @@ -91,4 +91,9 @@ public function resetRequestJournalToWireMock()
{
$this->wireMock->resetAllRequests();
}

public function resetMappingsToWireMock()
{
$this->wireMock->resetToDefault();
}
}

0 comments on commit 2279087

Please sign in to comment.