Fix Test class name

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/26079/head
Joas Schilling 5 years ago
parent 2e08c8b5a1
commit a609074c18
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 4
      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;
Loading…
Cancel
Save