1
0
mirror of synced 2025-02-20 22:23:14 +03:00

[2.0] Reverted restriction of coverage to library path

This commit is contained in:
beberlei 2010-02-07 00:36:20 +00:00
parent 775bd5d0da
commit 724ae3172e

View File

@ -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 .