File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
_files/Magento/TestModuleJoinDirectives Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \TestJoinDirectives \Api ;
6
+ namespace Magento \TestModuleJoinDirectives \Api ;
7
7
8
8
/**
9
9
* Interface TestRepositoryInterface
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \TestJoinDirectives \Model ;
6
+ namespace Magento \TestModuleJoinDirectives \Model ;
7
7
8
- use Magento \TestJoinDirectives \Api \TestRepositoryInterface ;
8
+ use Magento \TestModuleJoinDirectives \Api \TestRepositoryInterface ;
9
9
use Magento \Framework \Api \ExtensionAttribute \JoinProcessorInterface ;
10
10
11
11
/**
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
<acl >
10
10
<resources >
11
11
<resource id =" Magento_Backend::admin" >
12
- <resource id =" Magento_TestJoinDirectives ::all" title =" TestJoinDirectives" sortOrder =" 1" >
13
- <resource id =" Magento_TestJoinDirectives ::getList" title =" GetList" sortOrder =" 10" />
12
+ <resource id =" Magento_TestModuleJoinDirectives ::all" title =" TestJoinDirectives" sortOrder =" 1" >
13
+ <resource id =" Magento_TestModuleJoinDirectives ::getList" title =" GetList" sortOrder =" 10" />
14
14
</resource >
15
15
</resource >
16
16
</resources >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd" >
9
- <preference for =" Magento\TestJoinDirectives \Api\TestRepositoryInterface" type =" Magento\TestJoinDirectives \Model\TestRepository" />
9
+ <preference for =" Magento\TestModuleJoinDirectives \Api\TestRepositoryInterface" type =" Magento\TestModuleJoinDirectives \Model\TestRepository" />
10
10
</config >
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
9
- <module name =" Magento_TestJoinDirectives " setup_version =" 1.0" />
9
+ <module name =" Magento_TestModuleJoinDirectives " setup_version =" 1.0" />
10
10
</config >
Original file line number Diff line number Diff line change 8
8
<routes xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" ../../../../../app/code/Magento/Webapi/etc/webapi.xsd" >
10
10
11
- <route url =" /V1/TestJoinDirectives " method =" GET" >
12
- <service class =" Magento\TestJoinDirectives \Api\TestRepositoryInterface" method =" getList" />
11
+ <route url =" /V1/TestModuleJoinDirectives " method =" GET" >
12
+ <service class =" Magento\TestModuleJoinDirectives \Api\TestRepositoryInterface" method =" getList" />
13
13
<resources >
14
- <resource ref =" Magento_TestJoinDirectives ::getList" />
14
+ <resource ref =" Magento_TestModuleJoinDirectives ::getList" />
15
15
</resources >
16
16
</route >
17
17
</routes >
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ public function testGetList()
54
54
$ searchCriteria = $ this ->searchBuilder ->create ()->__toArray ();
55
55
$ requestData = ['searchCriteria ' => $ searchCriteria ];
56
56
57
- $ restResourcePath = '/V1/TestJoinDirectives / ' ;
58
- $ soapService = 'testJoinDirectivesTestRepositoryV1 ' ;
57
+ $ restResourcePath = '/V1/TestModuleJoinDirectives / ' ;
58
+ $ soapService = 'testModuleJoinDirectivesTestRepositoryV1 ' ;
59
59
$ expectedExtensionAttributes = $ this ->getExpectedExtensionAttributes ();
60
60
61
61
$ serviceInfo = [
You can’t perform that action at this time.
0 commit comments