yii2-netdisk/tests/acceptance/AboutCept.php
2013-06-22 20:26:22 -04:00

6 lines
128 B
PHP

<?php
$I = new WebGuy($scenario);
$I->wantTo('ensure that about works');
$I->amOnPage('?r=site/about');
$I->see('About', 'h1');