Test controller
This commit is contained in:
parent
5e09d8adc7
commit
16e1f9d6db
4 changed files with 327 additions and 2 deletions
11
tests/bootstrap.php
Normal file
11
tests/bootstrap.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* File used to bootstrap tests
|
||||
*/
|
||||
|
||||
/**
|
||||
* Composer autoload
|
||||
*/
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
session_start();
|
Loading…
Add table
Add a link
Reference in a new issue