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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-03-31 16:32:51 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-05-02 11:52:43 +0300
commit1a55ba5e3bb5487a52ffeab5ca7955bf09800410 (patch)
tree06dee3b12a2aa39bef3fe527456a4e6e51f86ee8 /apps
parent1d5191b94d6794e4e0945402cfc044fadd424c19 (diff)
Fix PublishingTest class name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
index 2490bdc3639..1367b2741e6 100644
--- a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
+++ b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
@@ -36,7 +36,7 @@ use Sabre\HTTP\Request;
use Sabre\HTTP\Response;
use Test\TestCase;
-class PluginTest extends TestCase {
+class PublishingTest extends TestCase {
/** @var PublishPlugin */
private $plugin;