2016-10-28 17:47:30 +13:00
|
|
|
<?php
|
|
|
|
|
|
|
|
require __DIR__ . '/../bootstrap/init.php';
|
|
|
|
require FRAMEWORK_PATH . '/tests/bootstrap/init.php';
|
|
|
|
require FRAMEWORK_PATH . '/tests/bootstrap/environment.php';
|
2018-04-11 19:03:09 +12:00
|
|
|
require __DIR__ . '/../bootstrap/app.php';
|