mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-29 05:47:17 +08:00
10 lines
180 B
PHP
10 lines
180 B
PHP
<?php
|
|
|
|
use frontend\tests\_pages\AboutPage;
|
|
use frontend\WebGuy;
|
|
|
|
$I = new WebGuy($scenario);
|
|
$I->wantTo('ensure that about works');
|
|
AboutPage::openBy($I);
|
|
$I->see('About', 'h1');
|