File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
dev/tests/integration/testsuite/Magento/Security/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 77
88namespace Magento \Security \Model \ResourceModel ;
99
10- use Magento \Framework \Exception \LocalizedException ;
1110use Magento \Framework \Locale \ResolverInterface ;
1211use Magento \Framework \Stdlib \DateTime \TimezoneInterface ;
1312use Magento \Security \Model \UserExpirationFactory ;
14- use Magento \TestFramework \Fixture \DataFixture ;
15- use Magento \TestFramework \Fixture \DataFixtureStorage ;
16- use Magento \TestFramework \Fixture \DataFixtureStorageManager ;
1713use Magento \TestFramework \Helper \Bootstrap ;
1814use Magento \User \Model \ResourceModel \User as UserResource ;
19- use Magento \User \Test \Fixture \User as UserDataFixture ;
2015use 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 /**
You can’t perform that action at this time.
0 commit comments