diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-15 00:00:06 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-15 00:00:06 +0200 |
commit | 212b0470e1aa288ba4f4d47d13647d6cd150fd15 (patch) | |
tree | f800288e4d064c8b9e1f1f1aa6f1a3c075918cb2 /tests/travis/pdo/mysql.phpunit.xml | |
parent | fff6c2a3caa1ce14e58fcb3ee0d937d17985eea1 (diff) | |
parent | 82196b945e291c65fdb66b35e3205f786ce8e921 (diff) |
Merge pull request #1324 from toopay/db-tests
Improved DB tests
Diffstat (limited to 'tests/travis/pdo/mysql.phpunit.xml')
-rw-r--r-- | tests/travis/pdo/mysql.phpunit.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/travis/pdo/mysql.phpunit.xml b/tests/travis/pdo/mysql.phpunit.xml index 69eece24f..f6fcc1c39 100644 --- a/tests/travis/pdo/mysql.phpunit.xml +++ b/tests/travis/pdo/mysql.phpunit.xml @@ -14,10 +14,6 @@ </php> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> - <file>../../codeigniter/Setup_test.php</file> - <directory suffix="test.php">../../codeigniter/core</directory> - <directory suffix="test.php">../../codeigniter/helpers</directory> - <directory suffix="test.php">../../codeigniter/libraries</directory> <directory suffix="test.php">../../codeigniter/database</directory> </testsuite> </testsuites> |