We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa91e4 commit 108b200Copy full SHA for 108b200
src/Codeception/Module/Yii2.php
@@ -154,8 +154,8 @@
154
*
155
* ```php
156
* <?php
157
- * $I->amOnPage('index-test.php?site/index');
158
- * $I->amOnPage('http://localhost/index-test.php?site/index');
+ * $I->amOnPage('index-test.php?r=site/index');
+ * $I->amOnPage('http://localhost/index-test.php?r=site/index');
159
* $I->sendAjaxPostRequest(['/user/update', 'id' => 1], ['UserForm[name]' => 'G.Hopper']);
160
* ```
161
0 commit comments