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