yii2-netdisk/tests/functional/AboutCept.php

6 lines
129 B
PHP
Raw Normal View History

2013-06-24 03:03:59 +08:00
<?php
$I = new TestGuy($scenario);
$I->wantTo('ensure that about works');
$I->amOnPage('?r=site/about');
$I->see('About', 'h1');