|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testMergeGeneration () | |
| testMergedReferences () | |
| testParsedArray () | |
| testMergeMassViaInsertBefore () | |
| testMergeMassViaInsertAfter () | |
| testMergeSkipGeneration () | |
Public Member Functions inherited from MftfTestCase | |
| generateAndCompareTest ($testName) | |
| validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError) | |
Additional Inherited Members | |
Data Fields inherited from MftfTestCase | |
| const | RESOURCES_PATH |
Definition at line 11 of file MergedGenerationTest.php.
| testMergedReferences | ( | ) |
Tests generation of a test merge file with only external references.
Definition at line 30 of file MergedGenerationTest.php.
| testMergeGeneration | ( | ) |
Tests generation of a test merge file with no external references.
Definition at line 19 of file MergedGenerationTest.php.
| testMergeMassViaInsertAfter | ( | ) |
Tests generation of a test merge file via insertBefore
Definition at line 61 of file MergedGenerationTest.php.
| testMergeMassViaInsertBefore | ( | ) |
Tests generation of a test merge file via insertBefore
Definition at line 50 of file MergedGenerationTest.php.
| testMergeSkipGeneration | ( | ) |
Tests generation of a test skipped in merge.
Definition at line 72 of file MergedGenerationTest.php.
| testParsedArray | ( | ) |
Tests the merging of requiredEntity elements in Data, MQE-838
Definition at line 38 of file MergedGenerationTest.php.