yii2-netdisk/tests/functional/AboutCept.php
2013-06-23 15:03:59 -04:00

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');