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 19
19
namespace Magento \Framework \Locale ;
20
20
21
21
use Magento \Config \Model \Config \Source \Locale \Currency ;
22
+ use Magento \TestFramework \Fixture \AppArea ;
22
23
use Magento \TestFramework \Fixture \AppIsolation ;
23
24
use Magento \TestFramework \Fixture \DbIsolation ;
24
25
use Magento \TestFramework \Helper \Bootstrap ;
25
26
use PHPUnit \Framework \TestCase ;
26
27
27
- class ConfigCurrencyTest extends TestCase
28
+ class ConfigTest extends TestCase
28
29
{
29
30
/**
30
31
* @var Currency
@@ -42,8 +43,9 @@ protected function setUp(): void
42
43
}
43
44
44
45
#[
46
+ AppArea('adminhtml ' ),
45
47
DbIsolation(true ),
46
- AppIsolation(true ),
48
+ AppIsolation(false ),
47
49
]
48
50
public function testNicaraguanCurrenciesExistsBoth ()
49
51
{
You can’t perform that action at this time.
0 commit comments