mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
git-subtree-dir: community_server git-subtree-mainline: ff11f6efe35bba180260fe84077bcd94298895c1 git-subtree-split: b6544b9e69fb85d4da100934675323c3e8c8ef67
13 lines
278 B
PHP
13 lines
278 B
PHP
<?php
|
|
/**
|
|
* Test runner bootstrap.
|
|
*
|
|
* Add additional configuration/setup your application needs when running
|
|
* unit tests in this file.
|
|
*/
|
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
|
|
|
require dirname(__DIR__) . '/config/bootstrap.php';
|
|
|
|
$_SERVER['PHP_SELF'] = '/';
|