|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| setUp () | |
| testSuiteGeneration1 () | |
| testSuiteGenerationHooks () | |
| tearDown () | |
Public Member Functions inherited from MftfTestCase | |
| generateAndCompareTest ($testName) | |
| validateSchemaErrorWithTest ($fileContents, $objectType, $expectedError) | |
Static Public Member Functions | |
| static | setUpBeforeClass () |
| static | tearDownAfterClass () |
Data Fields | |
| const | RESOURCES_DIR = TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . DIRECTORY_SEPARATOR . 'Resources' |
| const | CONFIG_YML_FILE = TESTS_BP . DIRECTORY_SEPARATOR . SuiteGenerator::YAML_CODECEPTION_CONFIG_FILENAME |
| const | GENERATE_RESULT_DIR |
Data Fields inherited from MftfTestCase | |
| const | RESOURCES_PATH |
Definition at line 19 of file SuiteGenerationTest.php.
| setUp | ( | ) |
Definition at line 48 of file SuiteGenerationTest.php.
|
static |
Set up config.yml for testing
Definition at line 40 of file SuiteGenerationTest.php.
| tearDown | ( | ) |
revert any changes made to config.yml remove _generated directory
Definition at line 292 of file SuiteGenerationTest.php.
|
static |
Remove yml if created during tests and did not exist before
Definition at line 306 of file SuiteGenerationTest.php.
| testSuiteGeneration1 | ( | ) |
Test basic generation of a suite
Definition at line 71 of file SuiteGenerationTest.php.
| testSuiteGenerationHooks | ( | ) |
Test hook groups generated during suite generation
Definition at line 172 of file SuiteGenerationTest.php.
| const CONFIG_YML_FILE = TESTS_BP . DIRECTORY_SEPARATOR . SuiteGenerator::YAML_CODECEPTION_CONFIG_FILENAME |
Definition at line 22 of file SuiteGenerationTest.php.
| const GENERATE_RESULT_DIR |
Definition at line 23 of file SuiteGenerationTest.php.
| const RESOURCES_DIR = TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . DIRECTORY_SEPARATOR . 'Resources' |
Definition at line 21 of file SuiteGenerationTest.php.