|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| withName ($name) | |
| withAnnotations ($annotations=null) | |
| withBeforeHook ($beforeHook=null) | |
| withAfterHook ($afterHook=null) | |
| withFailedHook ($failedHook=null) | |
| withTestActions ($actions=null) | |
| withFileName ($filename=null) | |
| withTestReference ($reference=null) | |
| build () | |
Data Fields | |
| $testName = 'testTest' | |
| $filename = null | |
| $testActionBeforeName = 'testActionBefore' | |
| $testActionAfterName = 'testActionAfter' | |
| $testActionFailedName = 'testActionFailed' | |
| $testTestActionName = 'testActionInTest' | |
| $testActionType = 'testAction' | |
Definition at line 13 of file TestDataArrayBuilder.php.
| build | ( | ) |
Output the resulting test data array based on parameters set in the object
Definition at line 240 of file TestDataArrayBuilder.php.
| withAfterHook | ( | $afterHook = null | ) |
Add an after hook passed in by arg (or default if no arg)
| null | $afterHook |
Definition at line 147 of file TestDataArrayBuilder.php.
| withAnnotations | ( | $annotations = null | ) |
Add annotations passed in by arg (or default if no arg)
| array | $annotations |
Definition at line 110 of file TestDataArrayBuilder.php.
| withBeforeHook | ( | $beforeHook = null | ) |
Add a before hook passed in by arg (or default if no arg)
| null | $beforeHook |
Definition at line 127 of file TestDataArrayBuilder.php.
| withFailedHook | ( | $failedHook = null | ) |
Add a failed hook passed in by arg (or default if no arg)
| null | $failedHook |
Definition at line 168 of file TestDataArrayBuilder.php.
| withFileName | ( | $filename = null | ) |
Add file name passe in by arg (or default if no arg)
| string | $filename |
Definition at line 208 of file TestDataArrayBuilder.php.
| withName | ( | $name | ) |
| withTestActions | ( | $actions = null | ) |
Add test actions passed in by arg (or default if no arg)
| array | $actions |
Definition at line 189 of file TestDataArrayBuilder.php.
| withTestReference | ( | $reference = null | ) |
Add test reference passed in by arg (or default if no arg)
| string | $reference |
Definition at line 226 of file TestDataArrayBuilder.php.
| $filename = null |
Definition at line 27 of file TestDataArrayBuilder.php.
| $testActionAfterName = 'testActionAfter' |
Definition at line 41 of file TestDataArrayBuilder.php.
| $testActionBeforeName = 'testActionBefore' |
Definition at line 34 of file TestDataArrayBuilder.php.
| $testActionFailedName = 'testActionFailed' |
Definition at line 48 of file TestDataArrayBuilder.php.
| $testActionType = 'testAction' |
Definition at line 62 of file TestDataArrayBuilder.php.
| $testName = 'testTest' |
Definition at line 20 of file TestDataArrayBuilder.php.
| $testTestActionName = 'testActionInTest' |
Definition at line 55 of file TestDataArrayBuilder.php.