diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-15 19:08:05 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-15 19:08:05 +0200 |
commit | 14455e57770112bf8cd938980925ded12f3cba9e (patch) | |
tree | b428fe8d601fc8aad0f6cccd3dbb15a378154359 /tests/travis/mysql.phpunit.xml | |
parent | 7756af5df0a53930019e9fd7b828504f0c2c5427 (diff) |
Remove unused hardcoded reference from *phpunit.xml files
Diffstat (limited to 'tests/travis/mysql.phpunit.xml')
-rw-r--r-- | tests/travis/mysql.phpunit.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/travis/mysql.phpunit.xml b/tests/travis/mysql.phpunit.xml index c5fcf1335..1792ae38d 100644 --- a/tests/travis/mysql.phpunit.xml +++ b/tests/travis/mysql.phpunit.xml @@ -21,8 +21,6 @@ <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> </filters> </phpunit>
\ No newline at end of file |