Move rcmail (and future rcmail_*) class tests to tests/Rcmail directory

pull/6894/head
Aleksander Machniak 5 years ago
parent 04ff1feec3
commit e88e0c16c9

@ -5,7 +5,7 @@
*
* @package Tests
*/
class RcmailFunc extends PHPUnit_Framework_TestCase
class Rcmail_Rcmail extends PHPUnit_Framework_TestCase
{
function setUp()
{

@ -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>

Loading…
Cancel
Save