Skip to content

Commit 0f0163a

Browse files
authored
Updated documentation part: [ orm, route ]
acceptance.suite.yml needs [] when multiple parts are selected.
1 parent 2a8d423 commit 0f0163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
* browser: firefox
119119
* - Yii2:
120120
* configFile: 'config/test.php'
121-
* part: orm, route # allow to use AR methods and route method
121+
* part: [orm, route] # allow to use AR methods and route method
122122
* transaction: false # don't wrap test in transaction
123123
* cleanup: false # don't cleanup the fixtures
124124
* entryScript: index-test.php

0 commit comments

Comments
 (0)