Fix Test class name

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-03-12 08:53:43 +01:00 committed by backportbot[bot]
parent 6951c4ef56
commit 2d92f1117b
1 changed files with 2 additions and 2 deletions

View File

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