Skip to content

Commit

Permalink
chore(docs): docs were fixed (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vommuan committed Mar 22, 2024
1 parent 2aa91e4 commit 108b200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Codeception/Module/Yii2.php
Expand Up @@ -154,8 +154,8 @@
*
* ```php
* <?php
* $I->amOnPage('index-test.php?site/index');
* $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');
* $I->sendAjaxPostRequest(['/user/update', 'id' => 1], ['UserForm[name]' => 'G.Hopper']);
* ```
*
Expand Down

0 comments on commit 108b200

Please sign in to comment.