Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-08-10 09:37:27 +0300
committerAleksander Machniak <alec@alec.pl>2019-08-10 09:37:27 +0300
commite88e0c16c9a5f44a2edb4587658e82cfc351c35a (patch)
tree0aa9397c02ecba04604e2fecc66dc0996c33bc2e /tests
parent04ff1feec3cd5e7a50444e4073f6592cead79a4c (diff)
Move rcmail (and future rcmail_*) class tests to tests/Rcmail directory
Diffstat (limited to 'tests')
-rw-r--r--tests/Rcmail/Rcmail.php (renamed from tests/RcmailFunc.php)2
-rw-r--r--tests/phpunit.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/RcmailFunc.php b/tests/Rcmail/Rcmail.php
index 09b54b22c..e6ed769e9 100644
--- a/tests/RcmailFunc.php
+++ b/tests/Rcmail/Rcmail.php
@@ -5,7 +5,7 @@
*
* @package Tests
*/
-class RcmailFunc extends PHPUnit_Framework_TestCase
+class Rcmail_Rcmail extends PHPUnit_Framework_TestCase
{
function setUp()
{
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 76ef1b9a1..bf25421e6 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -51,7 +51,7 @@
<file>Framework/VCard.php</file>
<file>Framework/Washtml.php</file>
<file>MailFunc.php</file>
- <file>RcmailFunc.php</file>
+ <file>Rcmail/Rcmail.php</file>
</testsuite>
<testsuite name="Plugins Tests">
<file>./../plugins/acl/tests/Acl.php</file>