aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/UnitTestCase.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-06-05 07:59:42 +0000
committerMario <mario@mariovavti.com>2024-06-05 07:59:42 +0000
commit350f84913a9390ac67f800a51f6c4d319331149c (patch)
tree426afa3f952456ddbbc1eb1db3a4d28c39cfb735 /tests/unit/UnitTestCase.php
parent9d56bb952e162dddd24d3bcdc50b2957ef0e0b97 (diff)
downloadvolse-hubzilla-350f84913a9390ac67f800a51f6c4d319331149c.tar.gz
volse-hubzilla-350f84913a9390ac67f800a51f6c4d319331149c.tar.bz2
volse-hubzilla-350f84913a9390ac67f800a51f6c4d319331149c.zip
Skip checking MFA status for WebDAV and CardDAV requests.
Diffstat (limited to 'tests/unit/UnitTestCase.php')
-rw-r--r--tests/unit/UnitTestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/UnitTestCase.php b/tests/unit/UnitTestCase.php
index 844746a51..afc309205 100644
--- a/tests/unit/UnitTestCase.php
+++ b/tests/unit/UnitTestCase.php
@@ -31,6 +31,7 @@ use PHPUnit\Framework\TestCase;
*/
require_once __DIR__ . '/../../boot.php';
require_once 'include/dba/dba_driver.php' ;
+require_once 'include/dba/dba_transaction.php';
/**
* Base class for our Unit Tests.