silverstripe-behat-extension/tests/bootstrap.php

8 lines
221 B
PHP
Raw Normal View History

2015-04-07 13:15:22 +02:00
<?php
$frameworkPath = __DIR__ . '/../framework';
$frameworkDir = basename($frameworkPath);
if (!defined('BASE_PATH')) {
define('BASE_PATH', dirname($frameworkPath));
}
2016-09-08 06:31:48 +02:00
require_once $frameworkPath . '/Core/Core.php';