alltube/tests/bootstrap.php

12 lines
144 B
PHP
Raw Normal View History

2017-01-16 16:19:19 +00:00
<?php
/**
2017-01-16 16:31:20 +00:00
* File used to bootstrap tests.
2017-01-16 16:19:19 +00:00
*/
/**
2017-01-16 16:31:20 +00:00
* Composer autoload.
2017-01-16 16:19:19 +00:00
*/
require_once __DIR__.'/../vendor/autoload.php';
session_start();