mirror of
https://github.com/Codappix/search_core.git
synced 2024-12-24 02:36:10 +01:00
7 lines
198 B
PHP
7 lines
198 B
PHP
<?php
|
|
|
|
$filePath = '.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php';
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
require_once dirname(dirname(__DIR__)) . '/' . $filePath;
|