We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85b312e + 6ee2537 commit c743036Copy full SHA for c743036
app/code/Meta/BusinessExtension/Test/Unit/Api/CoreConfigFactoryTest.php
@@ -2,6 +2,8 @@
2
3
declare(strict_types=1);
4
5
+namespace Meta\BusinessExtension\Test\Unit\Api;
6
+
7
use Meta\BusinessExtension\Model\Api\CoreConfigFactory;
8
use Meta\BusinessExtension\Model\Api\CoreConfig;
9
use PHPUnit\Framework\TestCase;
app/code/Meta/BusinessExtension/Test/Unit/Controller/Adminhtml/Ajax/MbeUpdateInstalledConfigTest.php
+namespace Meta\BusinessExtension\Test\Unit\Controller\Adminhtml\Ajax;
use Meta\BusinessExtension\Controller\Adminhtml\Ajax\MbeUpdateInstalledConfig;
use Meta\BusinessExtension\Helper\FBEHelper;
use Meta\BusinessExtension\Model\MBEInstalls;
0 commit comments