mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-25 08:21:08 -06:00
Moved C3 handler.
This commit is contained in:
parent
b02046b884
commit
b0f43eaa07
@ -18,8 +18,6 @@
|
||||
|
|
||||
*/
|
||||
|
||||
require __DIR__.'/../bootstrap/autoload.php';
|
||||
|
||||
/**
|
||||
* Adding c3.php for code coverage during codeception tests
|
||||
* ref: https://github.com/Codeception/c3
|
||||
@ -28,6 +26,10 @@ if (file_exists(__DIR__ . '/../c3.php')) {
|
||||
require __DIR__ . '/../c3.php';
|
||||
}
|
||||
|
||||
require __DIR__.'/../bootstrap/autoload.php';
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Turn On The Lights
|
||||
@ -62,4 +64,6 @@ $response = $kernel->handle(
|
||||
|
||||
$response->send();
|
||||
|
||||
|
||||
|
||||
$kernel->terminate($request, $response);
|
||||
|
Loading…
Reference in New Issue
Block a user