summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/TwoFactorAuth/Db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Authentication/TwoFactorAuth/Db')
-rw-r--r--tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php b/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
index 2402fcf9f7b..67eb27cfdee 100644
--- a/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
+++ b/tests/lib/Authentication/TwoFactorAuth/Db/ProviderUserAssignmentDaoTest.php
@@ -41,7 +41,7 @@ class ProviderUserAssignmentDaoTest extends TestCase {
/** @var ProviderUserAssignmentDao */
private $dao;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->dbConn = OC::$server->getDatabaseConnection();