We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffe32a commit f31fd4dCopy full SHA for f31fd4d
src/MockServerHelper.php
@@ -47,10 +47,12 @@ public function _initialize(): void
47
$expectationJson = file_get_contents(__DIR__ . '/not-matched-request.json');
48
Assert::assertIsString($expectationJson);
49
$this->createMockRequest($expectationJson);
50
+ } else {
51
+ $this->deactivateNotMatchedRequest();
52
}
53
54
- public function _beforeSuite(array $settings = []): void
55
+ public function _beforeSuite($settings = []): void
56
{
57
parent::_beforeSuite($settings);
58
if ($this->cleanUpBefore->isSuite()) {
0 commit comments