File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 8585 * configFile: 'path/to/config.php'
8686 * ```
8787 *
88- * ### Parts
88+ * ## Parts
8989 *
9090 * By default all available methods are loaded, but you can also use the `part`
9191 * option to select only the needed actions and to avoid conflicts. The
9696 * * `fixtures` - use fixtures inside tests with `haveFixtures/grabFixture/grabFixtures` actions.
9797 * * `email` - include email actions `seeEmailsIsSent/grabLastSentEmail/...`
9898 *
99- * ### Example (`functional.suite.yml`)
100- *
101- * ```yaml
102- * actor: FunctionalTester
103- * modules:
104- * enabled:
105- * - Yii2:
106- * configFile: 'config/test.php'
107- * ```
108- *
109- * ### Example (`unit.suite.yml`)
110- *
111- * ```yaml
112- * actor: UnitTester
113- * modules:
114- * enabled:
115- * - Asserts
116- * - Yii2:
117- * configFile: 'config/test.php'
118- * part: init
119- * ```
99+ * See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules)
100+ * for general information on how to load parts of a framework module.
120101 *
121102 * ### Example (`acceptance.suite.yml`)
122103 *
You can’t perform that action at this time.
0 commit comments