mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Fix PublishingTest class name
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1d5191b94d
commit
1a55ba5e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue