mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
Add Acceptance Test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$I = new AcceptanceTester($scenario);
|
||||
$I->wantTo('CIS Startseite Testen');
|
||||
$I->amOnPage('/cis/index.html');
|
||||
$I->see('Powered by FH Complete');
|
||||
?>
|
||||
Reference in New Issue
Block a user