mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
bf9939e32c
The test bootstrap is broken into units that can be combined for different test situations: - phpunit - behat - serve
8 lines
268 B
PHP
8 lines
268 B
PHP
<?php
|
|
|
|
require __DIR__ . '/../bootstrap/init.php';
|
|
require FRAMEWORK_PATH . '/tests/bootstrap/init.php';
|
|
require FRAMEWORK_PATH . '/tests/bootstrap/environment.php';
|
|
require __DIR__ . '/../bootstrap/mysite.php';
|
|
require FRAMEWORK_PATH . '/tests/bootstrap/mysite.php';
|