1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

feat(core): fix tests #477

This commit is contained in:
Awilum
2020-10-16 18:39:24 +03:00
parent 96df159e52
commit dc0b80d0e5

View File

@@ -10,4 +10,3 @@ define('PATH', [
! is_file($flextype_autoload = ROOT_DIR . '/vendor/autoload.php') and exit('Please run: <i>composer install</i> for flextype');
$flextype_loader = require_once $flextype_autoload;
include ROOT_DIR . '/src/flextype/bootstrap.php';
s