diff options
| author | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:19:43 +0200 |
|---|---|---|
| committer | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:22:01 +0200 |
| commit | 607b1e07f0768227066e528a3792eaedaec941aa (patch) | |
| tree | 94dbaaccd2e39f7064b0248c74eff1292b12abd0 /tests/_support/Helper | |
| parent | cf997f4c7d1fc0474fea242c6d4e9206a0bc3521 (diff) | |
update Codeception and phpunit, refs #81
Diffstat (limited to 'tests/_support/Helper')
| -rw-r--r-- | tests/_support/Helper/StudipDb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_support/Helper/StudipDb.php b/tests/_support/Helper/StudipDb.php index 8d7f263..90ad24c 100644 --- a/tests/_support/Helper/StudipDb.php +++ b/tests/_support/Helper/StudipDb.php @@ -5,7 +5,7 @@ namespace Helper; use Codeception\Exception\ModuleConfigException; use Codeception\Exception\ModuleException; -require_once 'StudipPDO.php'; +require_once('lib/classes/StudipPDO.class.php'); class StudipDb extends \Codeception\Module { |
