yii2-netdisk/tests/acceptance/AboutCept.php
2013-12-17 00:27:33 +01:00

9 lines
158 B
PHP

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