diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-27 09:13:13 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-27 09:13:13 +0100 |
commit | 0c82e95c59ab7a5823c69fcbc4f1b2745b7b86f9 (patch) | |
tree | da5a1f7e07e959baebcb81dcddef99e3de32ef78 /tests/phpunit.xml | |
parent | a92beb6bdb9cb857e8cee6606033691f11692230 (diff) |
Apply rcube_shared.inc -> bootstrap.php change in tests
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 2e52b7795..36ab6d714 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -4,6 +4,7 @@ <testsuites> <testsuite name="All Tests"> <file>Framework/BaseReplacer.php</file> + <file>Framework/Bootstrap.php</file> <file>Framework/Browser.php</file> <file>Framework/Cache.php</file> <file>Framework/Charset.php</file> @@ -20,7 +21,6 @@ <file>Framework/ResultIndex.php</file> <file>Framework/ResultSet.php</file> <file>Framework/ResultThread.php</file> - <file>Framework/Shared.php</file> <file>Framework/Smtp.php</file> <file>Framework/Spellchecker.php</file> <file>Framework/StringReplacer.php</file> |