Sfoglia il codice sorgente

Adjust for test integration.

Qiang Xue 12 anni fa
parent
commit
bdfa3860ed
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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');