Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
testExtendedParentTestGeneration () | |
testExtendedTestGenerationReplaceStepKey () | |
testExtendedTestGenerationReplaceHook () | |
testExtendedTestGenerationMergeActions () | |
testExtendedTestGenerationAddHooks () | |
testExtendedTestGenerationRemoveAction () | |
testExtendedTestGenerationRemoveHookAction () | |
testExtendedTestGenerationNoParent () | |
testExtendingSkippedGeneration () | |
![]() | |
generateAndCompareTest ($testName) | |
validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError) | |
Additional Inherited Members | |
![]() | |
const | RESOURCES_PATH |
Definition at line 12 of file ExtendedGenerationTest.php.
testExtendedParentTestGeneration | ( | ) |
Tests flat generation of a test that is referenced by another test
Definition at line 20 of file ExtendedGenerationTest.php.
testExtendedTestGenerationAddHooks | ( | ) |
Tests generation of test that extends based on another test when adding hooks
Definition at line 64 of file ExtendedGenerationTest.php.
testExtendedTestGenerationMergeActions | ( | ) |
Tests generation of test that extends based on another test when merging actions
Definition at line 53 of file ExtendedGenerationTest.php.
testExtendedTestGenerationNoParent | ( | ) |
Tests to ensure extended tests with no parents are not generated
Definition at line 97 of file ExtendedGenerationTest.php.
testExtendedTestGenerationRemoveAction | ( | ) |
Tests generation of test that extends based on another test when removing an action
Definition at line 75 of file ExtendedGenerationTest.php.
testExtendedTestGenerationRemoveHookAction | ( | ) |
Tests generation of test that extends based on another test when removing an action
Definition at line 86 of file ExtendedGenerationTest.php.
testExtendedTestGenerationReplaceHook | ( | ) |
Tests generation of test that extends based on another test when replacing actions in hooks
Definition at line 42 of file ExtendedGenerationTest.php.
testExtendedTestGenerationReplaceStepKey | ( | ) |
Tests generation of test that extends based on another test when replacing actions
Definition at line 31 of file ExtendedGenerationTest.php.
testExtendingSkippedGeneration | ( | ) |
Tests extending a skipped test generation.
Definition at line 117 of file ExtendedGenerationTest.php.