Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer committed Dec 21, 2020
1 parent ac59fe6 commit 7e2eaeb
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions src/Codeception/Module/Yii2.php
Expand Up @@ -85,7 +85,7 @@
* configFile: 'path/to/config.php'
* ```
*
* ### Parts
* ## Parts
*
* By default all available methods are loaded, but you can also use the `part`
* option to select only the needed actions and to avoid conflicts. The
Expand All @@ -96,27 +96,8 @@
* * `fixtures` - use fixtures inside tests with `haveFixtures/grabFixture/grabFixtures` actions.
* * `email` - include email actions `seeEmailsIsSent/grabLastSentEmail/...`
*
* ### Example (`functional.suite.yml`)
*
* ```yaml
* actor: FunctionalTester
* modules:
* enabled:
* - Yii2:
* configFile: 'config/test.php'
* ```
*
* ### Example (`unit.suite.yml`)
*
* ```yaml
* actor: UnitTester
* modules:
* enabled:
* - Asserts
* - Yii2:
* configFile: 'config/test.php'
* part: init
* ```
* See [WebDriver module](https://codeception.com/docs/modules/WebDriver#Loading-Parts-from-other-Modules)
* for general information on how to load parts of a framework module.
*
* ### Example (`acceptance.suite.yml`)
*
Expand Down

0 comments on commit 7e2eaeb

Please sign in to comment.