Skip to content

Commit 98db6ec

Browse files
authored
Merge pull request #415 from magento/MQE-1691
MQE-1691: CREDS resolution does not occur from Suite <before>
2 parents ca130c3 + c5083b1 commit 98db6ec

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dev/tests/verification/Resources/functionalSuiteHooks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

dev/tests/verification/Resources/functionalSuiteWithComments.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

src/Magento/FunctionalTestingFramework/Suite/views/SuiteClass.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Group;
44

55
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\PersistedObjectHandler;
6+
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\CredentialStore;
67

78
/**
89
* Group class is Codeception Extension which is allowed to handle to all internal events.

0 commit comments

Comments
 (0)