Test controller

This commit is contained in:
Pierre Rudloff 2017-01-16 17:19:19 +01:00
parent 5e09d8adc7
commit 16e1f9d6db
4 changed files with 327 additions and 2 deletions

11
tests/bootstrap.php Normal file
View file

@ -0,0 +1,11 @@
<?php
/**
* File used to bootstrap tests
*/
/**
* Composer autoload
*/
require_once __DIR__.'/../vendor/autoload.php';
session_start();