From c4c2db1d9f91a3d9f1cc160b8d023a37d993e33c Mon Sep 17 00:00:00 2001 From: fser Date: Tue, 8 Jul 2014 14:39:06 +0200 Subject: [PATCH] fix db instance creation --- phpunit/bootstrap.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index cc5a37eb..955922c8 100644 --- a/phpunit/bootstrap.php +++ b/phpunit/bootstrap.php @@ -1,5 +1,4 @@ connect(); +$db = new \DB_system(); $cuid = 0; $variables = new \m_variables(); $mem = new \m_mem();