diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-09 18:21:08 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-09 18:21:08 +0100 |
commit | 7dfee6f194dac87371d40872a94e20f572c0b200 (patch) | |
tree | cca16174d0a05a195c4d2f72c328f8e1ccad8755 /tests/Bootstrap.php | |
parent | 0f2cb79b976086cb73140c25f4c568e865177426 (diff) | |
parent | a03cbc5d2d2747b48be47c6fdef51f338701c583 (diff) |
Merge pull request #1055 from toopay/unit-tests
Unit tests
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r-- | tests/Bootstrap.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 657671ab0..94dafdce4 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -17,14 +17,4 @@ define('APPPATH', PROJECT_BASE.'application/'); require_once $dir.'/lib/common.php'; 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'); - -// Omit Tests from the coverage reports. -// PHP_CodeCoverage_Filter::getInstance()->addDirectoryToWhiteList('../system/core'); -PHP_CodeCoverage_Filter::getInstance()->addFileToBlackList('../system/core/CodeIgniter.php'); - unset($dir);
\ No newline at end of file |