Skip to content

Commit 6ed6a81

Browse files
mihai.comanmihai.coman
authored andcommitted
ICP-11 fix paths
1 parent ba2981c commit 6ed6a81

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Test/Integration/ExportByStoreScopeEntitiesTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Rocketweb\CmsImportExport\Test\Integration;
5+
namespace RocketWeb\CmsImportExport\Test\Integration;
66

77
use Magento\Framework\Exception\FileSystemException;
88
use 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,

Test/Integration/ExportEntitiesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Rocketweb\CmsImportExport\Test\Integration;
5+
namespace RocketWeb\CmsImportExport\Test\Integration;
66

77
use Magento\Framework\Exception\FileSystemException;
88
use Magento\TestFramework\App\Filesystem;

Test/Integration/ImportByStoreScopeEntitiesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Rocketweb\CmsImportExport\Test\Integration;
5+
namespace RocketWeb\CmsImportExport\Test\Integration;
66

77
use Magento\Cms\Api\BlockRepositoryInterface;
88
use 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
*/

Test/Integration/ImportEntitiesTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Rocketweb\CmsImportExport\Test\Integration;
5+
namespace RocketWeb\CmsImportExport\Test\Integration;
66

77
use Magento\Cms\Api\BlockRepositoryInterface;
88
use Magento\Cms\Api\GetBlockByIdentifierInterface;
@@ -22,8 +22,8 @@
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
*/
2828
class ImportEntitiesTest extends TestCase
2929
{

0 commit comments

Comments
 (0)