Fix test class names

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2021-10-21 15:21:34 +02:00
parent 66bdda568a
commit bc3acfc957
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;