mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
a3a9c42e99
- All the controllers exends APIv1_Controller rather than REST_Controller - Codeceptions modified to be compliant to changes
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');
|
|
?>
|