diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-16 14:08:24 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-16 14:08:24 +0200 |
commit | 8279420f989a8cda4427c3983ee919c6a1073dd7 (patch) | |
tree | 77921a510be4a02d3408c259a20af14a67c41d04 /tests/travis/pdo/pgsql.phpunit.xml | |
parent | f4f9f787082e45c04a8d007450d9151f5a068732 (diff) | |
parent | 14455e57770112bf8cd938980925ded12f3cba9e (diff) |
Merge pull request #1360 from toopay/core-tests
Unit tests for Benchmark, Input and Security classes.
Diffstat (limited to 'tests/travis/pdo/pgsql.phpunit.xml')
-rw-r--r-- | tests/travis/pdo/pgsql.phpunit.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/travis/pdo/pgsql.phpunit.xml b/tests/travis/pdo/pgsql.phpunit.xml index 6a23227db..77e1493c6 100644 --- a/tests/travis/pdo/pgsql.phpunit.xml +++ b/tests/travis/pdo/pgsql.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 |