This commit is contained in:
kindlm
2016-09-30 16:32:57 +02:00
parent 059b8d19cb
commit 70fd4a4dea
16 changed files with 50 additions and 45 deletions
@@ -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');
?>
@@ -0,0 +1,2 @@
<?php
// Here you can initialize variables that will be available to your tests