Skip to content

Commit ab2fe01

Browse files
author
Stanislav Idolov
committed
Fixed code style issue
1 parent af43bdf commit ab2fe01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Directory/Test/Unit/Model/AllowedCountriesTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
use Magento\Directory\Model\AllowedCountries;
1010
use Magento\Framework\App\Config\ScopeConfigInterface;
11-
use Magento\Framework\Data\Collection\AbstractDb;
1211
use Magento\Store\Api\Data\WebsiteInterface;
1312
use Magento\Store\Model\ScopeInterface;
1413
use Magento\Store\Model\StoreManagerInterface;
@@ -30,6 +29,9 @@ class AllowedCountriesTest extends \PHPUnit\Framework\TestCase
3029
*/
3130
private $allowedCountriesReader;
3231

32+
/**
33+
* Test setUp
34+
*/
3335
public function setUp()
3436
{
3537
$this->scopeConfigMock = $this->createMock(ScopeConfigInterface::class);

0 commit comments

Comments
 (0)