mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-15 03:38:01 +01:00
Renamed guy classes to actors, fixed phpdoc and code style
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use codeception\_pages\AboutPage;
|
||||
|
||||
$I = new WebGuy($scenario);
|
||||
$I = new AcceptanceTester($scenario);
|
||||
$I->wantTo('ensure that about works');
|
||||
AboutPage::openBy($I);
|
||||
$I->see('About', 'h1');
|
||||
|
||||
Reference in New Issue
Block a user