16 $objectManager = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
22 unset($this->request);
37 $this->request->setParams($requestParams);
38 $this->assertEquals($expectedResult, $this->request->getRequestedServices());
46 $testModuleA =
'testModule1AllSoapAndRestV1';
47 $testModuleB =
'testModule1AllSoapAndRestV2';
48 $testModuleC =
'testModule2AllSoapNoRestV1';
50 [
"{$testModuleA},{$testModuleB}", [$testModuleA, $testModuleB]],
51 [
"{$testModuleA},{$testModuleC}", [$testModuleA, $testModuleC]],
52 [
"{$testModuleA}", [$testModuleA]]
testGetRequestedServicesSuccess($requestParamServices, $expectedResult)
providerTestGetRequestedServicesSuccess()
const REQUEST_PARAM_SERVICES