mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 11:40:19 +08:00
9 lines
166 B
PHP
9 lines
166 B
PHP
<?php
|
|
|
|
use codeception\_pages\AboutPage;
|
|
|
|
$I = new AcceptanceTester($scenario);
|
|
$I->wantTo('ensure that about works');
|
|
AboutPage::openBy($I);
|
|
$I->see('About', 'h1');
|