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