Parcourir la source

Adjust for test integration.

Qiang Xue il y a 12 ans
Parent
commit
bdfa3860ed
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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');