Explorar el Código

Adjust for test integration.

Qiang Xue hace 12 años
padre
commit
bdfa3860ed
Se han modificado 1 ficheros con 5 adiciones y 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');