AboutCept.php 128 Bytes
Newer Older
1 2 3 4 5
<?php
$I = new WebGuy($scenario);
$I->wantTo('ensure that about works');
$I->amOnPage('?r=site/about');
$I->see('About', 'h1');