File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
dev/tests/integration/testsuite/Magento/PageBuilder Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ protected function setUp()
41
41
*/
42
42
public function testPartial ()
43
43
{
44
- $ file = file_get_contents (__DIR__ . '/../../../_files/content_type/groups3 .xml ' );
44
+ $ file = file_get_contents (__DIR__ . '/../../../_files/content_type/group3 .xml ' );
45
45
$ this ->fileResolverMock ->expects ($ this ->once ())
46
46
->method ('get ' )
47
47
->willReturn ([$ file ]);
@@ -51,9 +51,9 @@ public function testPartial()
51
51
public function testMergeCompleteAndPartial ()
52
52
{
53
53
$ fileList = [
54
- file_get_contents (__DIR__ . '/../../../_files/content_type/groups1 .xml ' ),
55
- file_get_contents (__DIR__ . '/../../../_files/content_type/groups2 .xml ' ),
56
- file_get_contents (__DIR__ . '/../../../_files/content_type/groups3 .xml ' ),
54
+ file_get_contents (__DIR__ . '/../../../_files/content_type/group1 .xml ' ),
55
+ file_get_contents (__DIR__ . '/../../../_files/content_type/group2 .xml ' ),
56
+ file_get_contents (__DIR__ . '/../../../_files/content_type/group3 .xml ' ),
57
57
];
58
58
$ this ->fileResolverMock ->expects ($ this ->once ())
59
59
->method ('get ' )
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ protected function setUp()
59
59
public function testMerge ()
60
60
{
61
61
$ groupsFileList = [
62
- file_get_contents (__DIR__ . '/../../_files/content_type/groups1 .xml ' ),
63
- file_get_contents (__DIR__ . '/../../_files/content_type/groups2 .xml ' ),
64
- file_get_contents (__DIR__ . '/../../_files/content_type/groups3 .xml ' )
62
+ file_get_contents (__DIR__ . '/../../_files/content_type/group1 .xml ' ),
63
+ file_get_contents (__DIR__ . '/../../_files/content_type/group2 .xml ' ),
64
+ file_get_contents (__DIR__ . '/../../_files/content_type/group3 .xml ' )
65
65
];
66
66
$ contentTypesFiles = [
67
67
file_get_contents (__DIR__ . '/../../_files/content_type/type1_content_type1.xml ' ),
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments