summaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-30 01:40:35 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-30 01:40:35 +0200
commit2c4c5e1946293e1c7a834112a8d271e890cc1c71 (patch)
tree3e6b07995809254c264474dab822522d5d2a0b8e /tests/phpunit.xml
parentee2f5d08c64d96b7abc7195bcd1b6a3fd67b5b42 (diff)
Configation based by environment constant, due Database test implementation accross drivers
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml33
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