summaryrefslogtreecommitdiff
path: root/tests/Selenium/phpunit.xml
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
commit8c893b79d230cc844226bdf3b1de95cd5a99ecb2 (patch)
treef8e6e1df519c9b85bd16bdc31f1ae6a3b16ce6e7 /tests/Selenium/phpunit.xml
parent1978ae97a5e0feb8d205c5fcbaa2cc16ce3ffc28 (diff)
Branching off for release 1.0
Diffstat (limited to 'tests/Selenium/phpunit.xml')
-rw-r--r--tests/Selenium/phpunit.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/Selenium/phpunit.xml b/tests/Selenium/phpunit.xml
deleted file mode 100644
index b5835cf74..000000000
--- a/tests/Selenium/phpunit.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<phpunit backupGlobals="false"
- bootstrap="bootstrap.php"
- colors="true">
- <testsuites>
- <testsuite name="All Tests">
- <file>Login.php</file><!-- Login.php test must be first -->
- <file>Addressbook/Addressbook.php</file>
- <file>Addressbook/Import.php</file>
- <file>Mail/Mail.php</file>
- <file>Mail/CheckRecent.php</file>
- <file>Mail/Compose.php</file>
- <file>Mail/Getunread.php</file>
- <file>Mail/List.php</file>
- <file>Settings/About.php</file>
- <file>Settings/Folders.php</file>
- <file>Settings/Identities.php</file>
- <file>Settings/Settings.php</file>
- <file>Logout.php</file><!-- Logout.php test must be last -->
- </testsuite>
- </testsuites>
-</phpunit>