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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Signaling/BackendNotifierTest.php')
-rw-r--r--tests/php/Signaling/BackendNotifierTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/Signaling/BackendNotifierTest.php b/tests/php/Signaling/BackendNotifierTest.php
index 7b95f03cb..0dcc9c61b 100644
--- a/tests/php/Signaling/BackendNotifierTest.php
+++ b/tests/php/Signaling/BackendNotifierTest.php
@@ -92,7 +92,7 @@ class BackendNotifierTest extends \Test\TestCase {
/** @var BackendNotifier */
protected $originalBackendNotifier;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->userId = 'testUser';
@@ -139,7 +139,7 @@ class BackendNotifierTest extends \Test\TestCase {
);
}
- public function tearDown() {
+ public function tearDown(): void {
$config = \OC::$server->getConfig();
$config->deleteAppValue('spreed', 'signaling_servers');
$this->app->getContainer()->registerService(BackendNotifier::class, function() {