mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 07:24:44 +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 TestGuy($scenario);
|
||||
$I = new FunctionalTester($scenario);
|
||||
$I->wantTo('ensure that about works');
|
||||
AboutPage::openBy($I);
|
||||
$I->see('About', 'h1');
|
||||
|
||||
Reference in New Issue
Block a user