From 108b2009ee03c41919409418be191ccc0e1dc68b Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Fri, 22 Mar 2024 13:21:15 +0700 Subject: [PATCH] chore(docs): docs were fixed (#99) --- src/Codeception/Module/Yii2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Codeception/Module/Yii2.php b/src/Codeception/Module/Yii2.php index 06d09d8..edf0eff 100644 --- a/src/Codeception/Module/Yii2.php +++ b/src/Codeception/Module/Yii2.php @@ -154,8 +154,8 @@ * * ```php * 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']); * ``` *