2018-03-13 11:28:40 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$filePath = '.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php';
|
|
|
|
|
2018-04-24 09:37:25 +02:00
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
|
2018-03-13 11:28:40 +01:00
|
|
|
require_once dirname(dirname(__DIR__)) . '/' . $filePath;
|