File tree Expand file tree Collapse file tree 3 files changed +159
-159
lines changed
Expand file tree Collapse file tree 3 files changed +159
-159
lines changed Original file line number Diff line number Diff line change @@ -249,16 +249,16 @@ public function testPrepareService()
249249
250250 $ response = $ this ->prophesize ('Psr\Http\Message\ResponseInterface ' );
251251 $ response ->getBody ()
252- ->shouldBeCalledTimes (1 )
253- ->willReturn ($ stream ->reveal ());
252+ ->shouldBeCalledTimes (1 )
253+ ->willReturn ($ stream ->reveal ());
254254
255255 $ response ->getStatusCode ()->willReturn (200 );
256256
257257 $ http = $ this ->prophesize ('GuzzleHttp\ClientInterface ' );
258258
259259 $ http ->send (Argument::type ('Psr\Http\Message\RequestInterface ' ), [])
260- ->shouldBeCalledTimes (1 )
261- ->willReturn ($ response ->reveal ());
260+ ->shouldBeCalledTimes (1 )
261+ ->willReturn ($ response ->reveal ());
262262
263263 $ client ->setHttpClient ($ http ->reveal ());
264264 $ dr_service = new Drive ($ client );
Original file line number Diff line number Diff line change 2828class RESTTest extends BaseTest
2929{
3030 /**
31- * @var REST $rest
32- */
31+ * @var REST $rest
32+ */
3333 private $ rest ;
3434
3535 public function set_up ()
You can’t perform that action at this time.
0 commit comments