1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-26 07:29:06 +02:00
alltube/tests/bootstrap.php
2017-01-16 16:31:20 +00:00

12 lines
144 B
PHP

<?php
/**
* File used to bootstrap tests.
*/
/**
* Composer autoload.
*/
require_once __DIR__.'/../vendor/autoload.php';
session_start();