Files
yii2/apps/basic/tests/codeception/functional/AboutCept.php
2014-08-16 18:15:41 +04:00

9 lines
166 B
PHP

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