add backand ticket/index changes, add backand\ticket\index export pdf, xls

This commit is contained in:
2016-06-29 20:18:47 +02:00
parent 06eca0fe03
commit 5438c9a038
20 changed files with 870 additions and 284 deletions

View File

@@ -5,6 +5,7 @@ use tests\codeception\common\_pages\LoginPage;
/* @var $scenario Codeception\Scenario */
/*
$I = new FunctionalTester($scenario);
$I->wantTo('ensure login page works');
@@ -28,3 +29,4 @@ $I->expectTo('see that user is logged');
$I->seeLink('Logout (erau)');
$I->dontSeeLink('Login');
$I->dontSeeLink('Signup');
*/