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/pdo/mysql.phpunit.xml | |
parent | 7756af5df0a53930019e9fd7b828504f0c2c5427 (diff) |
Remove unused hardcoded reference from *phpunit.xml files
Diffstat (limited to 'tests/travis/pdo/mysql.phpunit.xml')
-rw-r--r-- | tests/travis/pdo/mysql.phpunit.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/travis/pdo/mysql.phpunit.xml b/tests/travis/pdo/mysql.phpunit.xml index f6fcc1c39..602030d4e 100644 --- a/tests/travis/pdo/mysql.phpunit.xml +++ b/tests/travis/pdo/mysql.phpunit.xml @@ -14,15 +14,13 @@ </php> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> - <directory suffix="test.php">../../codeigniter/database</directory> + <directory suffix="test.php">../../codeigniter</directory> </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> </filters> </phpunit>
\ No newline at end of file |