Fix Test class name
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2e08c8b5a1
commit
a609074c18
|
@ -34,12 +34,12 @@ use Symfony\Component\EventDispatcher\GenericEvent;
|
||||||
use Test\TestCase;
|
use Test\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class AccountsManagerTest
|
* Class AccountManagerTest
|
||||||
*
|
*
|
||||||
* @group DB
|
* @group DB
|
||||||
* @package Test\Accounts
|
* @package Test\Accounts
|
||||||
*/
|
*/
|
||||||
class AccountsManagerTest extends TestCase {
|
class AccountManagerTest extends TestCase {
|
||||||
|
|
||||||
/** @var \OCP\IDBConnection */
|
/** @var \OCP\IDBConnection */
|
||||||
private $connection;
|
private $connection;
|
Loading…
Reference in New Issue