Pārlūkot izejas kodu

Adjust for test integration.

Qiang Xue 12 gadi atpakaļ
vecāks
revīzija
bdfa3860ed
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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');