mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix test class names
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
66bdda568a
commit
bc3acfc957
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ use PHPUnit\Framework\MockObject\MockObject;
|
|||
use Psr\Log\LoggerInterface;
|
||||
use Test\TestCase;
|
||||
|
||||
class RemoteWipeActivityListenerTests extends TestCase {
|
||||
class RemoteWipeActivityListenerTest extends TestCase {
|
||||
|
||||
/** @var IActivityManager|MockObject */
|
||||
private $activityManager;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ use OCP\Notification\INotification;
|
|||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use Test\TestCase;
|
||||
|
||||
class RemoteWipeNotificationListenerTests extends TestCase {
|
||||
class RemoteWipeNotificationsListenerTest extends TestCase {
|
||||
|
||||
/** @var INotificationManager|MockObject */
|
||||
private $notificationManager;
|
||||
|
|
|
|||
Loading…
Reference in a new issue