From 03a4f627659f89d54c121b485ca89dfaa4a304c0 Mon Sep 17 00:00:00 2001
From: Christopher Smith <chris@jalakai.co.uk>
Date: Sun, 20 Oct 2013 19:36:56 +0100
Subject: [PATCH] change error level to ignore notices

---
 _test/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_test/bootstrap.php b/_test/bootstrap.php
index c3eba048a..9f4bb5fbd 100644
--- a/_test/bootstrap.php
+++ b/_test/bootstrap.php
@@ -15,7 +15,7 @@ require_once DOKU_UNITTEST.'core/TestUtils.php';
 define('SIMPLE_TEST', true);
 
 // basic behaviours
-define('DOKU_E_LEVEL',E_ALL);
+define('DOKU_E_LEVEL',E_ALL ^ E_NOTICE);
 error_reporting(DOKU_E_LEVEL);
 set_time_limit(0);
 ini_set('memory_limit','2048M');
-- 
GitLab