Fix Test class name
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6951c4ef56
commit
2d92f1117b
|
@ -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…
Reference in New Issue