|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| withName ($name) | |
| includeTests ($tests) | |
| excludeTests ($tests) | |
| includeGroups ($groups) | |
| excludeGroups ($groups) | |
| includeModules ($modules) | |
| excludeModules ($modules) | |
| withAfterHook ($afterHook=null) | |
| withBeforeHook ($beforeHook=null) | |
| build () | |
Data Fields | |
| $testActionType = 'testAction' | |
Definition at line 12 of file SuiteDataArrayBuilder.php.
| build | ( | ) |
Function which takes all class properties set and generates an array representing suite data as parsed from xml.
Definition at line 222 of file SuiteDataArrayBuilder.php.
| excludeGroups | ( | $groups | ) |
Function which takes an array of group names and formats them as excluded raw suite data
| array | $groups |
Definition at line 124 of file SuiteDataArrayBuilder.php.
| excludeModules | ( | $modules | ) |
Function which takes an array of group names and formats them as excluded raw suite data
| array | $modules |
Definition at line 148 of file SuiteDataArrayBuilder.php.
| excludeTests | ( | $tests | ) |
Function which takes an array of test names and formats them as excluded raw suite data
| array | $tests |
Definition at line 100 of file SuiteDataArrayBuilder.php.
| includeGroups | ( | $groups | ) |
Function which takes an array of group names and formats them as included raw suite data
| array | $groups |
Definition at line 112 of file SuiteDataArrayBuilder.php.
| includeModules | ( | $modules | ) |
Function which takes an array of module names and formats them as included raw suite data
| array | $modules |
Definition at line 136 of file SuiteDataArrayBuilder.php.
| includeTests | ( | $tests | ) |
Function which takes an array of test names and formats them as included raw suite data
| array | $tests |
Definition at line 88 of file SuiteDataArrayBuilder.php.
| withAfterHook | ( | $afterHook = null | ) |
Add an after hook passed in by arg (or default if no arg)
| null | $afterHook |
Definition at line 182 of file SuiteDataArrayBuilder.php.
| withBeforeHook | ( | $beforeHook = null | ) |
Add a before hook passed in by arg (or default if no arg)
| null | $beforeHook |
Definition at line 203 of file SuiteDataArrayBuilder.php.
| withName | ( | $name | ) |
Function which sets the name of the mock suite array
| string | $name |
Definition at line 76 of file SuiteDataArrayBuilder.php.
| $testActionType = 'testAction' |
Definition at line 68 of file SuiteDataArrayBuilder.php.