Skip to content

Commit 108b200

Browse files
authored
chore(docs): docs were fixed (#99)
1 parent 2aa91e4 commit 108b200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
*
155155
* ```php
156156
* <?php
157-
* $I->amOnPage('index-test.php?site/index');
158-
* $I->amOnPage('http://localhost/index-test.php?site/index');
157+
* $I->amOnPage('index-test.php?r=site/index');
158+
* $I->amOnPage('http://localhost/index-test.php?r=site/index');
159159
* $I->sendAjaxPostRequest(['/user/update', 'id' => 1], ['UserForm[name]' => 'G.Hopper']);
160160
* ```
161161
*

0 commit comments

Comments
 (0)