From bc35d91dd9043788ca14b03ea19d8638510824fc Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 10 Aug 2021 12:07:58 +0300 Subject: [PATCH] fix(tests): fix tests --- tests/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 3b9af18b..1f71b46a 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -16,4 +16,4 @@ $flextype_loader = require_once $flextype_autoload; filesystem()->directory(PATH['tmp'])->exists() and filesystem()->directory(PATH['tmp'])->delete(); -include ROOT_DIR . '/src/flextype/bootstrap.php'; +include ROOT_DIR . '/src/flextype/flextype.php';