From dc0b80d0e5ba3125ea62dc48d29da9c8fbe92e06 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 16 Oct 2020 18:39:24 +0300 Subject: [PATCH] feat(core): fix tests #477 --- tests/Pest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 4c187f69..9cf2afe0 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -10,4 +10,3 @@ define('PATH', [ ! is_file($flextype_autoload = ROOT_DIR . '/vendor/autoload.php') and exit('Please run: composer install for flextype'); $flextype_loader = require_once $flextype_autoload; include ROOT_DIR . '/src/flextype/bootstrap.php'; -s