Skip to content

Commit 817956e

Browse files
committed
Fixed useless code in comment
1 parent db4eeb4 commit 817956e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Tests/Iterator/SearchIteratorTest.php

-15
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ protected function setUp()
3838
return true;
3939
}))->will([$this, 'fakeHttpSend']);
4040

41-
/*
42-
$this->httpClient->send(Argument::that(function ($arg) {
43-
if (!$arg instanceof Request) {
44-
return false;
45-
}
46-
$body = $arg->getBody();
47-
48-
if (!empty($body['pagetoken'])) {
49-
return false;
50-
}
51-
52-
return true;
53-
}))->willReturn($this->getLastPageJson())->shouldBeCalledTimes(1);
54-
55-
*/
5641
$this->searchApi = new Search($this->httpClient->reveal());
5742
}
5843

0 commit comments

Comments
 (0)