yii2-netdisk/tests/acceptance/AboutCept.php

6 lines
128 B
PHP
Raw Normal View History

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