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 9a81af0 commit e702c94Copy full SHA for e702c94
app/code/Magento/Integration/Test/Unit/Controller/Token/AccessTest.php
@@ -167,7 +167,8 @@ public function testAccessAction()
167
$this->helperMock->expects($this->once())
168
->method('getRequestUrl');
169
170
- ->method('prepareRequest');
+ ->method('prepareRequest')
171
+ ->willReturn(['oauth_consumer_key' => 'oauth_key']);
172
$this->frameworkOauthSvcMock->expects($this->once())
173
->method('getAccessToken')
174
->willReturn(['response']);
0 commit comments