Skip to content

Commit b076681

Browse files
[ACQE-4691] FIXING Static test errors
1 parent b14e701 commit b076681

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\Stdlib\DateTime\TimezoneInterface;
1313
use Magento\Security\Model\UserExpirationFactory;
1414
use Magento\TestFramework\Fixture\DataFixture;
15+
use Magento\TestFramework\Fixture\DataFixtureStorage;
1516
use Magento\TestFramework\Fixture\DataFixtureStorageManager;
1617
use Magento\TestFramework\Helper\Bootstrap;
1718
use Magento\User\Model\ResourceModel\User as UserResource;
@@ -28,6 +29,11 @@ class UserExpirationTest extends TestCase
2829
*/
2930
private $userExpirationResource;
3031

32+
/**
33+
* @var DataFixtureStorage
34+
*/
35+
private $fixtures;
36+
3137
/**
3238
* @inheritdoc
3339
* @throws LocalizedException

0 commit comments

Comments
 (0)