1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-23 07:16:40 +02:00
alltube/tests/bootstrap.php

12 lines
144 B
PHP
Raw Normal View History

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