浏览代码

Adjust for test integration.

Qiang Xue 12 年之前
父节点
当前提交
bdfa3860ed
共有 1 个文件被更改,包括 5 次插入0 次删除
  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');