Blame view

tests/bootstrap.php 278 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
<?php
/**
 * Test runner bootstrap.
 *
 * Add additional configuration/setup your application needs when running
 * unit tests in this file.
 */
07e4c3fb   Etienne Pallier   v4.108.0-3.7.9 - ...
8
9
require dirname(__DIR__) . '/vendor/autoload.php';

6c4edfa3   Alexandre   First Commit LabI...
10
require dirname(__DIR__) . '/config/bootstrap.php';
07e4c3fb   Etienne Pallier   v4.108.0-3.7.9 - ...
11
12

$_SERVER['PHP_SELF'] = '/';