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 af43bdf commit ab2fe01Copy full SHA for ab2fe01
app/code/Magento/Directory/Test/Unit/Model/AllowedCountriesTest.php
@@ -8,7 +8,6 @@
8
9
use Magento\Directory\Model\AllowedCountries;
10
use Magento\Framework\App\Config\ScopeConfigInterface;
11
-use Magento\Framework\Data\Collection\AbstractDb;
12
use Magento\Store\Api\Data\WebsiteInterface;
13
use Magento\Store\Model\ScopeInterface;
14
use Magento\Store\Model\StoreManagerInterface;
@@ -30,6 +29,9 @@ class AllowedCountriesTest extends \PHPUnit\Framework\TestCase
30
29
*/
31
private $allowedCountriesReader;
32
+ /**
33
+ * Test setUp
34
+ */
35
public function setUp()
36
{
37
$this->scopeConfigMock = $this->createMock(ScopeConfigInterface::class);
0 commit comments