yii2-netdisk/tests/functional/AboutCept.php
2013-12-17 23:43:43 -05:00

9 lines
151 B
PHP

<?php
use tests\_pages\AboutPage;
$I = new TestGuy($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');