File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/WebapiAsync
Test/Unit/Model/ServiceConfig Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ private function mergeSynchronousInvocationMethodsData(
62
62
$ result [self ::KEY_SERVICES ][$ serviceClass ][self ::KEY_METHODS ][$ serviceMethod ] = array_merge (
63
63
$ result [self ::KEY_SERVICES ][$ serviceClass ][self ::KEY_METHODS ][$ serviceMethod ],
64
64
[
65
- self ::KEY_SYNCHRONOUS_INVOCATION_ONLY => $ this ->getSynchronousMethodInvocationOnly ($ service )
65
+ self ::KEY_SYNCHRONOUS_INVOCATION_ONLY => $ this ->isSynchronousMethodInvocationOnly ($ service )
66
66
]
67
67
);
68
68
}
@@ -132,7 +132,7 @@ private function getServiceMethod(\DOMElement $service)
132
132
* @param \DOMElement $serviceNode
133
133
* @return bool
134
134
*/
135
- private function getSynchronousMethodInvocationOnly (\DOMElement $ serviceNode )
135
+ private function isSynchronousMethodInvocationOnly (\DOMElement $ serviceNode )
136
136
{
137
137
$ synchronousInvocationOnlyNodes = $ serviceNode ->getElementsByTagName ('synchronousInvocationOnly ' );
138
138
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SchemaLocatorTest extends \PHPUnit\Framework\TestCase
19
19
20
20
protected function setUp ()
21
21
{
22
- $ this ->moduleReaderMock = $ this ->createPartialMock (
22
+ $ this ->moduleReaderMock = $ this ->createPartialMock (
23
23
\Magento \Framework \Module \Dir \Reader::class,
24
24
['getModuleDir ' ]
25
25
);
You can’t perform that action at this time.
0 commit comments