Commit 724ae317 authored by beberlei's avatar beberlei

[2.0] Reverted restriction of coverage to library path

parent 775bd5d0
......@@ -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 .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment