diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-30 01:40:35 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-30 01:40:35 +0200 |
commit | 2c4c5e1946293e1c7a834112a8d271e890cc1c71 (patch) | |
tree | 3e6b07995809254c264474dab822522d5d2a0b8e | |
parent | ee2f5d08c64d96b7abc7195bcd1b6a3fd67b5b42 (diff) |
Configation based by environment constant, due Database test implementation accross drivers
-rw-r--r-- | tests/phpunit.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml deleted file mode 100644 index ffe460d9c..000000000 --- a/tests/phpunit.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit - bootstrap="Bootstrap.php" - colors="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - stopOnError="false" - stopOnFailure="false" - stopOnIncomplete="false" - stopOnSkipped="false"> - <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> - </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 |