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 5d212af commit 9ba67a2Copy full SHA for 9ba67a2
tests/tests/acceptance/BasicTestCest.php
@@ -30,7 +30,7 @@ public function tryToTest(AcceptanceTester $I)
30
$response = file_get_contents('http://localhost:18080/some/url');
31
$I->assertEquals('I am a response', $response);
32
$I->seeRemoteServiceReceived(1, A::getRequest()->andUrl(Is::equalTo('/some/url')));
33
- $I->haveCleanRequestsCounterInRemoteService();
+ $I->didNotReceiveRequestsInRemoteService();
34
$I->seeRemoteServiceReceived(0, A::getRequest()->andUrl(Is::equalTo('/some/url')));
35
}
36
0 commit comments