mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-19 04:59:27 +00:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<?php
|
|
$I = new AcceptanceTester($scenario);
|
|
$I->wantTo('CIS Startseite Testen');
|
|
//$I->amOnPage('/cis/index.html');
|
|
//$I->see('Powered by FH Complete');
|
|
?>
|