mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
8 lines
221 B
PHP
8 lines
221 B
PHP
<?php
|
|
$frameworkPath = __DIR__ . '/../framework';
|
|
$frameworkDir = basename($frameworkPath);
|
|
if (!defined('BASE_PATH')) {
|
|
define('BASE_PATH', dirname($frameworkPath));
|
|
}
|
|
require_once $frameworkPath . '/Core/Core.php';
|