From 2d92f1117b43c0d2e8e30dbc90380d5b364a12a6 Mon Sep 17 00:00:00 2001 From: Joas Schilling <coding@schilljs.com> Date: Fri, 12 Mar 2021 08:53:43 +0100 Subject: [PATCH] Fix Test class name Signed-off-by: Joas Schilling <coding@schilljs.com> --- .../{AccountsManagerTest.php => AccountManagerTest.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/lib/Accounts/{AccountsManagerTest.php => AccountManagerTest.php} (99%) diff --git a/tests/lib/Accounts/AccountsManagerTest.php b/tests/lib/Accounts/AccountManagerTest.php similarity index 99% rename from tests/lib/Accounts/AccountsManagerTest.php rename to tests/lib/Accounts/AccountManagerTest.php index d13d5f4186a..fcd1a78add7 100644 --- a/tests/lib/Accounts/AccountsManagerTest.php +++ b/tests/lib/Accounts/AccountManagerTest.php @@ -34,12 +34,12 @@ use Symfony\Component\EventDispatcher\GenericEvent; use Test\TestCase; /** - * Class AccountsManagerTest + * Class AccountManagerTest * * @group DB * @package Test\Accounts */ -class AccountsManagerTest extends TestCase { +class AccountManagerTest extends TestCase { /** @var \OCP\IDBConnection */ private $connection; -- GitLab