Skip to content

Commit 4b22319

Browse files
committed
ACP2E-2638: New Currency for Nicaragua is not available
1 parent b0ba92b commit 4b22319

File tree

1 file changed

+4
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Locale

1 file changed

+4
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/Locale/ConfigCurrencyTest.php renamed to dev/tests/integration/testsuite/Magento/Framework/Locale/ConfigTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
namespace Magento\Framework\Locale;
2020

2121
use Magento\Config\Model\Config\Source\Locale\Currency;
22+
use Magento\TestFramework\Fixture\AppArea;
2223
use Magento\TestFramework\Fixture\AppIsolation;
2324
use Magento\TestFramework\Fixture\DbIsolation;
2425
use Magento\TestFramework\Helper\Bootstrap;
2526
use 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
{

0 commit comments

Comments
 (0)