summaryrefslogtreecommitdiff
path: root/fai_gestion/tests/bootstrap.php
blob: 0ca191e4a03e8f916c84e208881c988f4c1eb06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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'] = '/';