mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
phpci
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
$I = new AcceptanceTester($scenario);
|
||||
$I->wantTo('CIS Startseite Testen');
|
||||
//$I->amOnPage('/cis/index.html');
|
||||
//$I->see('Powered by FH Complete');
|
||||
?>
|
||||
$I->wantTo('CIS start page');
|
||||
$I->amOnPage('/cis/index.html');
|
||||
$I->See('Powered by FH Complete');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user