mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
c66d433977
API Remove Injector::unregisterAllObjects() API Remove FakeController
6 lines
136 B
PHP
6 lines
136 B
PHP
<?php
|
|
|
|
require __DIR__ . '/bootstrap/init.php';
|
|
require __DIR__ . '/bootstrap/cli.php';
|
|
require __DIR__ . '/bootstrap/environment.php';
|