Adjust for test integration.
This commit is contained in:
parent
955f351e6d
commit
bdfa3860ed
5
tests/functional/AboutCept.php
Normal file
5
tests/functional/AboutCept.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$I = new TestGuy($scenario);
|
||||
$I->wantTo('ensure that about works');
|
||||
$I->amOnPage('?r=site/about');
|
||||
$I->see('About', 'h1');
|
Loading…
Reference in New Issue
Block a user