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/Controller/SignalingControllerTest.php')
-rw-r--r--tests/php/Controller/SignalingControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Controller/SignalingControllerTest.php b/tests/php/Controller/SignalingControllerTest.php
index fbb0103c6..930a4a140 100644
--- a/tests/php/Controller/SignalingControllerTest.php
+++ b/tests/php/Controller/SignalingControllerTest.php
@@ -532,7 +532,7 @@ class SignalingControllerTest extends \Test\TestCase {
}
public function testBackendRoomSessionFromEvent() {
- $this->dispatcher->addListener(SignalingController::class . '::signalingBackendRoom', static function(SignalingEvent $event) {
+ $this->dispatcher->addListener(SignalingController::EVENT_BACKEND_SIGNALING_ROOMS, static function(SignalingEvent $event) {
$room = $event->getRoom();
$event->setSession([
'foo' => 'bar',