|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testDuplicatesInTest () | |
| testDuplicatesInActionGroup () | |
| testDuplicatesInMergeTest () | |
Public Member Functions inherited from MftfTestCase | |
| generateAndCompareTest ($testName) | |
| validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError) | |
Data Fields | |
| const | XML_DUPLICATE_TEST = 'XmlDuplicateTest' |
| const | XML_DUPLICATE_ACTIONGROUP = 'xmlDuplicateActionGroup' |
| const | XML_DUPLICATE_MERGE_TEST = 'BasicDupedActionTest' |
| const | RESOURCES_PATH = __DIR__ . '/../Resources' |
Data Fields inherited from MftfTestCase | |
| const | RESOURCES_PATH |
Definition at line 12 of file XmlDuplicateGenerationTest.php.
| testDuplicatesInActionGroup | ( | ) |
Definition at line 28 of file XmlDuplicateGenerationTest.php.
| testDuplicatesInMergeTest | ( | ) |
Parser testing, makes sure test action nodes are marked as array.
Definition at line 37 of file XmlDuplicateGenerationTest.php.
| testDuplicatesInTest | ( | ) |
Tests flat generation of a hardcoded test file with no external references.
Definition at line 22 of file XmlDuplicateGenerationTest.php.
| const RESOURCES_PATH = __DIR__ . '/../Resources' |
Definition at line 17 of file XmlDuplicateGenerationTest.php.
| const XML_DUPLICATE_ACTIONGROUP = 'xmlDuplicateActionGroup' |
Definition at line 15 of file XmlDuplicateGenerationTest.php.
| const XML_DUPLICATE_MERGE_TEST = 'BasicDupedActionTest' |
Definition at line 16 of file XmlDuplicateGenerationTest.php.
| const XML_DUPLICATE_TEST = 'XmlDuplicateTest' |
Definition at line 14 of file XmlDuplicateGenerationTest.php.