yii2-netdisk/tests/functional/AboutCept.php

6 lines
129 B
PHP
Raw Normal View History

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