summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-02-17 18:12:51 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-02-17 18:12:51 +0100
commit57d6d2e5c904aae88572aafc2cbcc2ee337d8e4a (patch)
tree1e7a74f08e088a0127b8d5eff3254c516cb0ff9b /tests/Bootstrap.php
parent32a99ff4c781865cf010596fc99c763f5dac37a1 (diff)
temporary commenting PHP_CodeCoverage_Filter::get_instance()
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r--tests/Bootstrap.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php
index 657671ab0..28c63f0b2 100644
--- a/tests/Bootstrap.php
+++ b/tests/Bootstrap.php
@@ -19,12 +19,12 @@ require_once $dir.'/lib/ci_testcase.php';
// Omit files in the PEAR & PHP Paths from ending up in the coverage report
-PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PEAR_INSTALL_DIR);
-PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PHP_LIBDIR);
-PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PROJECT_BASE.'tests');
+// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PEAR_INSTALL_DIR);
+// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PHP_LIBDIR);
+// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToBlacklist(PROJECT_BASE.'tests');
// Omit Tests from the coverage reports.
// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToWhiteList('../system/core');
-PHP_CodeCoverage_Filter::getInstance()->addFileToBlackList('../system/core/CodeIgniter.php');
+// PHP_CodeCoverage_Filter::getInstance()->addFileToBlackList('../system/core/CodeIgniter.php');
unset($dir); \ No newline at end of file