Test requires the DB
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c96a9a9001
commit
3f370f3732
|
@ -28,6 +28,9 @@ namespace OCA\User_LDAP\Tests;
|
||||||
use OCA\User_LDAP\Helper;
|
use OCA\User_LDAP\Helper;
|
||||||
use OCP\IConfig;
|
use OCP\IConfig;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group DB
|
||||||
|
*/
|
||||||
class HelperTest extends \Test\TestCase {
|
class HelperTest extends \Test\TestCase {
|
||||||
|
|
||||||
/** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */
|
/** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */
|
||||||
|
|
Loading…
Reference in New Issue