AboutCept.php 128 B

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