From 724ae3172e5fa25ca6546c218303647588c0573f Mon Sep 17 00:00:00 2001 From: beberlei Date: Sun, 7 Feb 2010 00:36:20 +0000 Subject: [PATCH] [2.0] Reverted restriction of coverage to library path --- tests/Doctrine/Tests/TestInit.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Doctrine/Tests/TestInit.php b/tests/Doctrine/Tests/TestInit.php index fe38a53b9..5be820739 100644 --- a/tests/Doctrine/Tests/TestInit.php +++ b/tests/Doctrine/Tests/TestInit.php @@ -13,9 +13,6 @@ require_once __DIR__ . '/../../../lib/Doctrine/Common/ClassLoader.php'; $classLoader = new \Doctrine\Common\ClassLoader('Doctrine'); $classLoader->register(); -require_once 'PHPUnit/Util/Filter.php'; -\PHPUnit_Util_Filter::addDirectoryToWhitelist(__DIR__ . '/../../../lib/'); - set_include_path( __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR .