mirror of
https://github.com/Codappix/search_core.git
synced 2024-12-24 02:16:09 +01:00
5 lines
169 B
PHP
5 lines
169 B
PHP
<?php
|
|
|
|
$filePath = '.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php';
|
|
|
|
require_once dirname(dirname(__DIR__)) . '/' . $filePath;
|