From c32296ac3b62528fe2e5f5d7b45ee905a0e8c752 Mon Sep 17 00:00:00 2001
From: Benaka Moorthi <benaka.moorthi@gmail.com>
Date: Fri, 5 Jul 2013 19:53:59 -0400
Subject: [PATCH] Remove lib/Events reference in visualphpunit bootstrap.php.

---
 tests/lib/visualphpunit/app/config/bootstrap.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/lib/visualphpunit/app/config/bootstrap.php b/tests/lib/visualphpunit/app/config/bootstrap.php
index f583d15976..cc2a8bdd3e 100755
--- a/tests/lib/visualphpunit/app/config/bootstrap.php
+++ b/tests/lib/visualphpunit/app/config/bootstrap.php
@@ -67,7 +67,6 @@ $config = array(
     // Paths to any necessary bootstraps
     'bootstraps' => array(
         "{$piwik_root}/tests/PHPUnit/bootstrap.php",
-        "{$piwik_root}/libs/Event/Dispatcher.php",
         "{$piwik_root}/tests/lib/xhprof-0.9.2/xhprof_lib/utils/xhprof_runs.php"
     ),
     
-- 
GitLab