Skip to content

Commit 472a00e

Browse files
[ACQE-4691] Removing unwanted modifications
1 parent 70f583c commit 472a00e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dev/tests/integration/testsuite/Magento/Security/Model/ResourceModel/UserExpirationTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77

88
namespace Magento\Security\Model\ResourceModel;
99

10-
use Magento\Framework\Exception\LocalizedException;
1110
use Magento\Framework\Locale\ResolverInterface;
1211
use Magento\Framework\Stdlib\DateTime\TimezoneInterface;
1312
use Magento\Security\Model\UserExpirationFactory;
14-
use Magento\TestFramework\Fixture\DataFixture;
15-
use Magento\TestFramework\Fixture\DataFixtureStorage;
16-
use Magento\TestFramework\Fixture\DataFixtureStorageManager;
1713
use Magento\TestFramework\Helper\Bootstrap;
1814
use Magento\User\Model\ResourceModel\User as UserResource;
19-
use Magento\User\Test\Fixture\User as UserDataFixture;
2015
use PHPUnit\Framework\TestCase;
2116

2217
/**
@@ -29,19 +24,12 @@ class UserExpirationTest extends TestCase
2924
*/
3025
private $userExpirationResource;
3126

32-
/**
33-
* @var DataFixtureStorage
34-
*/
35-
private $fixtures;
36-
3727
/**
3828
* @inheritdoc
39-
* @throws LocalizedException
4029
*/
4130
protected function setUp(): void
4231
{
4332
$this->userExpirationResource = Bootstrap::getObjectManager()->get(UserExpiration::class);
44-
$this->fixtures = DataFixtureStorageManager::getStorage();
4533
}
4634

4735
/**

0 commit comments

Comments
 (0)