File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/Framework/Locale Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919namespace Magento \Framework \Locale ;
2020
2121use Magento \Config \Model \Config \Source \Locale \Currency ;
22+ use Magento \TestFramework \Fixture \AppArea ;
2223use Magento \TestFramework \Fixture \AppIsolation ;
2324use Magento \TestFramework \Fixture \DbIsolation ;
2425use Magento \TestFramework \Helper \Bootstrap ;
2526use PHPUnit \Framework \TestCase ;
2627
27- class ConfigCurrencyTest extends TestCase
28+ class ConfigTest extends TestCase
2829{
2930 /**
3031 * @var Currency
@@ -42,8 +43,9 @@ protected function setUp(): void
4243 }
4344
4445 #[
46+ AppArea('adminhtml ' ),
4547 DbIsolation(true ),
46- AppIsolation(true ),
48+ AppIsolation(false ),
4749 ]
4850 public function testNicaraguanCurrenciesExistsBoth ()
4951 {
You can’t perform that action at this time.
0 commit comments