Skip to content

Commit 7e2eaeb

Browse files
Adjust readme
1 parent ac59fe6 commit 7e2eaeb

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

src/Codeception/Module/Yii2.php

+3-22
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
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
@@ -96,27 +96,8 @@
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
*

0 commit comments

Comments
 (0)