diff options
author | Joas Schilling <coding@schilljs.com> | 2021-03-12 08:53:43 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-03-12 08:53:43 +0100 |
commit | a609074c182fa5f9152bbc4f2db1271c87ea3796 (patch) | |
tree | 673cfa97df9bd4601c06313d7ecf2f30ef040567 /tests/lib/Accounts | |
parent | 2e08c8b5a1909e721a85fbfc92102a6218305506 (diff) | |
download | nextcloud-server-a609074c182fa5f9152bbc4f2db1271c87ea3796.tar.gz nextcloud-server-a609074c182fa5f9152bbc4f2db1271c87ea3796.zip |
Fix Test class name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Accounts')
-rw-r--r-- | tests/lib/Accounts/AccountManagerTest.php (renamed from tests/lib/Accounts/AccountsManagerTest.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Accounts/AccountsManagerTest.php b/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; |