diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-06-05 07:59:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-05 07:59:42 +0000 |
commit | 350f84913a9390ac67f800a51f6c4d319331149c (patch) | |
tree | 426afa3f952456ddbbc1eb1db3a4d28c39cfb735 /tests/unit/UnitTestCase.php | |
parent | 9d56bb952e162dddd24d3bcdc50b2957ef0e0b97 (diff) | |
download | volse-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.php | 1 |
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. |