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.
1 parent 4c98f84 commit f0d1d7aCopy full SHA for f0d1d7a
dev/tests/integration/testsuite/Magento/Config/Model/ConfigCurrencyTest.php renamed to dev/tests/integration/testsuite/Magento/Framework/Locale/ConfigCurrencyTest.php
@@ -16,15 +16,15 @@
16
*/
17
declare(strict_types=1);
18
19
-namespace Magento\Config\Model;
+namespace Magento\Framework\Locale;
20
21
use Magento\Config\Model\Config\Source\Locale\Currency;
22
use Magento\TestFramework\Fixture\AppIsolation;
23
use Magento\TestFramework\Fixture\DbIsolation;
24
use Magento\TestFramework\Helper\Bootstrap;
25
use PHPUnit\Framework\TestCase;
26
27
-class ConfigCurrencyTest extends TestCase
+class ConfigTest extends TestCase
28
{
29
/**
30
* @var Currency
0 commit comments