We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939e57c commit 12ec473Copy full SHA for 12ec473
1 file changed
tests/Integration/NotMatchedRequestTest.php
@@ -36,14 +36,14 @@ protected function tearDown(): void
36
public function testActivateNotMatchedRequestCreateExpectation()
37
{
38
$this->initialize(NotMatchedRequest::ENABLED);
39
- $this->sot->seeMockRequestWasNotCalled('not-matched-request');
+ $this->sot->seeMockRequestWasNotCalled(MockServerHelper::NOT_MATCHED_REQUEST_ID);
40
}
41
42
public function testActivateNotMatchedRequestWasCreatedAndDeactivated()
43
44
45
$this->sot->deactivateNotMatchedRequest();
46
$this->client->request('GET', self::NOT_MATCHED_URI, ['http_errors' => false]);
47
48
49
0 commit comments