silverstripe-behat-extension/tests/bootstrap.php
Ingo Schommer 7db12fc9bb Unit tests
2015-04-07 23:15:22 +12:00

5 lines
211 B
PHP

<?php
$frameworkPath = __DIR__ . '/../framework';
$frameworkDir = basename($frameworkPath);
if(!defined('BASE_PATH')) define('BASE_PATH', dirname($frameworkPath));
require_once $frameworkPath . '/core/Core.php';