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
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-07-25 12:07:56 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-25 12:07:56 +0300
commit89e54718ca9f1727a78893193e4fd8182fd29ec3 (patch)
tree7258c494377d950781811d23a11002e9a9ffb684 /plugins/autologon
parent9e2bc40213a1c3d6bf1c11baef526f2de45467db (diff)
Migration to PHPUnit v9
Diffstat (limited to 'plugins/autologon')
-rw-r--r--plugins/autologon/tests/Autologon.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/autologon/tests/Autologon.php b/plugins/autologon/tests/Autologon.php
index e1b9deaa8..206867f9b 100644
--- a/plugins/autologon/tests/Autologon.php
+++ b/plugins/autologon/tests/Autologon.php
@@ -2,8 +2,7 @@
class Autologon_Plugin extends PHPUnit\Framework\TestCase
{
-
- function setUp()
+ public static function setUpBeforeClass(): void
{
include_once __DIR__ . '/../autologon.php';
}