summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-09 11:00:56 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-09 11:00:56 +0100
commita03cbc5d2d2747b48be47c6fdef51f338701c583 (patch)
treecca16174d0a05a195c4d2f72c328f8e1ccad8755 /phpunit.xml
parentb3723ff33ebfd4f4e7822516ecb061613f1bc3d5 (diff)
Add tiyowan suggestion #1147
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index aca7809cc..2ae7ba3b8 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -22,4 +22,17 @@
</testsuite>
</testsuites>
+ <filters>
+ <blacklist>
+ <directory suffix=".php">PEAR_INSTALL_DIR</directory>
+ <directory suffix=".php">PHP_LIBDIR</directory>
+ <directory suffix=".php">PROJECT_BASE.'tests'</directory>
+ <directory suffix=".php">'../system/core/CodeIgniter.php'</directory>
+ </blacklist>
+ <whitelist>
+ <!--
+ <directory suffix=".php">'../system/core'</directory>
+ -->
+ </whitelist>
+ </filters>
</phpunit> \ No newline at end of file