Explorar o código

Adjust for test integration.

Qiang Xue %!s(int64=12) %!d(string=hai) anos
pai
achega
bdfa3860ed
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      tests/functional/AboutCept.php

+ 5 - 0
tests/functional/AboutCept.php

@@ -0,0 +1,5 @@
+<?php
+$I = new TestGuy($scenario);
+$I->wantTo('ensure that about works');
+$I->amOnPage('?r=site/about');
+$I->see('About', 'h1');