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 OCP\IConfig;
|
||||
|
||||
/**
|
||||
* @group DB
|
||||
*/
|
||||
class HelperTest extends \Test\TestCase {
|
||||
|
||||
/** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */
|
||||
|
|
Loading…
Reference in New Issue