Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
testBasicActionGroup () | |
testActionGroupWithData () | |
testActionGroupWithDataOverride () | |
testActionGroupWithNoDefault () | |
testActionGroupWithPersistedData () | |
testActionGroupWithTopLevelPersistedData () | |
testMultipleActionGroups () | |
testMergedActionGroup () | |
testArgumentWithSameNameAsElement () | |
testMergedActionGroupViaInsertBefore () | |
testMergedActionGroupViaInsertAfter () | |
![]() | |
generateAndCompareTest ($testName) | |
validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError) | |
Additional Inherited Members | |
![]() | |
const | RESOURCES_PATH |
Definition at line 11 of file ActionGroupMergeGenerationTest.php.
testActionGroupWithData | ( | ) |
Test an ordinary action group with data
Definition at line 30 of file ActionGroupMergeGenerationTest.php.
testActionGroupWithDataOverride | ( | ) |
Test an action group with data overridden in arguments
Definition at line 41 of file ActionGroupMergeGenerationTest.php.
testActionGroupWithNoDefault | ( | ) |
Test an action group with no default data
Definition at line 52 of file ActionGroupMergeGenerationTest.php.
testActionGroupWithPersistedData | ( | ) |
Test an action group with persisted data
Definition at line 63 of file ActionGroupMergeGenerationTest.php.
testActionGroupWithTopLevelPersistedData | ( | ) |
Test an action group with top level persisted data
Definition at line 74 of file ActionGroupMergeGenerationTest.php.
testArgumentWithSameNameAsElement | ( | ) |
Test an action group with arguments named similarly to elements
Definition at line 107 of file ActionGroupMergeGenerationTest.php.
testBasicActionGroup | ( | ) |
Tests flat generation of a hardcoded test file with no external references.
Definition at line 19 of file ActionGroupMergeGenerationTest.php.
testMergedActionGroup | ( | ) |
Test an action group with a merge counterpart
Definition at line 96 of file ActionGroupMergeGenerationTest.php.
testMergedActionGroupViaInsertAfter | ( | ) |
Test an action group with a merge counterpart that's merged via insertAfter
Definition at line 129 of file ActionGroupMergeGenerationTest.php.
testMergedActionGroupViaInsertBefore | ( | ) |
Test an action group with a merge counterpart that's merged via insertBefore
Definition at line 118 of file ActionGroupMergeGenerationTest.php.
testMultipleActionGroups | ( | ) |
Test an action group called multiple times
Definition at line 85 of file ActionGroupMergeGenerationTest.php.