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 7
7
8
8
namespace Magento \Security \Model \ResourceModel ;
9
9
10
- use Magento \Framework \Exception \LocalizedException ;
11
10
use Magento \Framework \Locale \ResolverInterface ;
12
11
use Magento \Framework \Stdlib \DateTime \TimezoneInterface ;
13
12
use Magento \Security \Model \UserExpirationFactory ;
14
- use Magento \TestFramework \Fixture \DataFixture ;
15
- use Magento \TestFramework \Fixture \DataFixtureStorage ;
16
- use Magento \TestFramework \Fixture \DataFixtureStorageManager ;
17
13
use Magento \TestFramework \Helper \Bootstrap ;
18
14
use Magento \User \Model \ResourceModel \User as UserResource ;
19
- use Magento \User \Test \Fixture \User as UserDataFixture ;
20
15
use PHPUnit \Framework \TestCase ;
21
16
22
17
/**
@@ -29,19 +24,12 @@ class UserExpirationTest extends TestCase
29
24
*/
30
25
private $ userExpirationResource ;
31
26
32
- /**
33
- * @var DataFixtureStorage
34
- */
35
- private $ fixtures ;
36
-
37
27
/**
38
28
* @inheritdoc
39
- * @throws LocalizedException
40
29
*/
41
30
protected function setUp (): void
42
31
{
43
32
$ this ->userExpirationResource = Bootstrap::getObjectManager ()->get (UserExpiration::class);
44
- $ this ->fixtures = DataFixtureStorageManager::getStorage ();
45
33
}
46
34
47
35
/**
You can’t perform that action at this time.
0 commit comments