summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
blob: ed6fc04089c8fcfca79f2ddd6b57ace159fd7ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * php7-mysql-shim
 *
 * @author Davey Shafik <me@daveyshafik.com>
 * @copyright Copyright (c) 2017 Davey Shafik
 * @license MIT License
 * @link https://github.com/dshafik/php7-mysql-shim
 */

require_once __DIR__ . '/../vendor/autoload.php';