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>2021-11-14 13:11:46 +0300
committerAleksander Machniak <alec@alec.pl>2021-11-14 13:11:46 +0300
commit5e2f7042ec985e56401f8c828f22afd2820c9c17 (patch)
tree1a76793106ba3796b544143cc99da8f2245e5c38 /tests
parent0843196a8b75f3a30bd7d50ab5df676b44e8cf85 (diff)
Fix test regression
Diffstat (limited to 'tests')
-rw-r--r--tests/Rcmail/OutputHtml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Rcmail/OutputHtml.php b/tests/Rcmail/OutputHtml.php
index 60d124470..9aa294228 100644
--- a/tests/Rcmail/OutputHtml.php
+++ b/tests/Rcmail/OutputHtml.php
@@ -15,7 +15,7 @@ class Rcmail_RcmailOutputHtml extends PHPUnit\Framework\TestCase
$rcmail = rcube::get_instance();
$output = new rcmail_output_html();
- $this->assertTrue($output->check_skin('classic'));
+ $this->assertTrue($output->check_skin('elastic'));
$this->assertFalse($output->check_skin('unknown'));
}