Skip to content

Commit 6ee2537

Browse files
committed
Add namespace
1 parent 85b312e commit 6ee2537

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Meta/BusinessExtension/Test/Unit/Api/CoreConfigFactoryTest.php

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

33
declare(strict_types=1);
44

5+
namespace Meta\BusinessExtension\Test\Unit\Api;
6+
57
use Meta\BusinessExtension\Model\Api\CoreConfigFactory;
68
use Meta\BusinessExtension\Model\Api\CoreConfig;
79
use PHPUnit\Framework\TestCase;

app/code/Meta/BusinessExtension/Test/Unit/Controller/Adminhtml/Ajax/MbeUpdateInstalledConfigTest.php

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

33
declare(strict_types=1);
44

5+
namespace Meta\BusinessExtension\Test\Unit\Controller\Adminhtml\Ajax;
6+
57
use Meta\BusinessExtension\Controller\Adminhtml\Ajax\MbeUpdateInstalledConfig;
68
use Meta\BusinessExtension\Helper\FBEHelper;
79
use Meta\BusinessExtension\Model\MBEInstalls;

0 commit comments

Comments
 (0)