Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / example_apps / zippy_maps / tests / bootstrap.php
1 <?php
2 /**
3  * Test runner bootstrap.
4  *
5  * Add additional configuration/setup your application needs when running
6  * unit tests in this file.
7  */
8 require dirname(__DIR__) . '/vendor/autoload.php';
9
10 require dirname(__DIR__) . '/config/bootstrap.php';
11
12 $_SERVER['PHP_SELF'] = '/';