File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Rocketweb \CmsImportExport \Test \Integration ;
5+ namespace RocketWeb \CmsImportExport \Test \Integration ;
66
77use Magento \Framework \Exception \FileSystemException ;
88use Magento \Store \Model \StoreManagerInterface ;
@@ -55,10 +55,10 @@ public function getExecuteCases(): array
5555 * @param array $scopes
5656 * @return void
5757 * @throws FileSystemException
58- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/multiple_websites_with_store_groups_stores.php
58+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/multiple_websites_with_store_groups_stores.php
5959 * @dataProvider getExecuteCases
60- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/multi_store_block.php
61- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/multi_store_page.php
60+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/multi_store_block.php
61+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/multi_store_page.php
6262 */
6363 public function testCmsExportedCorrectlyByScope (
6464 string $ type ,
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Rocketweb \CmsImportExport \Test \Integration ;
5+ namespace RocketWeb \CmsImportExport \Test \Integration ;
66
77use Magento \Framework \Exception \FileSystemException ;
88use Magento \TestFramework \App \Filesystem ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Rocketweb \CmsImportExport \Test \Integration ;
5+ namespace RocketWeb \CmsImportExport \Test \Integration ;
66
77use Magento \Cms \Api \BlockRepositoryInterface ;
88use Magento \Cms \Api \PageRepositoryInterface ;
@@ -68,7 +68,7 @@ public function getExecuteCases(): array
6868 * @param array $scopes
6969 * @return void
7070 * @magentoAppArea adminhtml
71- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/multiple_websites_with_store_groups_stores.php
71+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/multiple_websites_with_store_groups_stores.php
7272 * @dataProvider getExecuteCases
7373 * @throws \Exception
7474 */
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Rocketweb \CmsImportExport \Test \Integration ;
5+ namespace RocketWeb \CmsImportExport \Test \Integration ;
66
77use Magento \Cms \Api \BlockRepositoryInterface ;
88use Magento \Cms \Api \GetBlockByIdentifierInterface ;
2222 * @magentoAppIsolation enabled
2323 * @magentoDbIsolation enabled
2424 * @magentoAppArea adminhtml
25- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/custom_block.php
26- * @magentoDataFixture Rocketweb_CmsImportExport ::_files/custom_page.php
25+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/custom_block.php
26+ * @magentoDataFixture RocketWeb_CmsImportExport ::_files/custom_page.php
2727 */
2828class ImportEntitiesTest extends TestCase
2929{
You can’t perform that action at this time.
0 commit comments