From 13fa680b8727c4cf5d54569abaca18d8ec17c023 Mon Sep 17 00:00:00 2001 From: Jan-Niclas Loosen Date: Thu, 20 Feb 2025 16:35:23 +0100 Subject: [PATCH] remove test manager --- bootstrap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index 83b3dd8..3d3e4f7 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -41,6 +41,3 @@ require 'Query.php'; require 'Schema.php'; require 'Table.php'; require 'Update.php'; - -// Include testing framework -require 'tests/TestManager.php';