octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
6 lines
129 B
PHP
6 lines
129 B
PHP
<?php
|
|
$I = new TestGuy($scenario);
|
|
$I->wantTo('ensure that about works');
|
|
$I->amOnPage('?r=site/about');
|
|
$I->see('About', 'h1');
|