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