Adjust for test integration.

This commit is contained in:
Qiang Xue 2013-06-23 15:03:59 -04:00
parent 955f351e6d
commit bdfa3860ed

View 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');