aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/UnitTestCase.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-03 11:57:45 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-03 11:57:45 +0100
commit21b60bf119a3d070e385c1011f4c3ccb9951f23c (patch)
tree43d78d9a1ae07cb5add65b04f23a79e722fc26bc /tests/unit/UnitTestCase.php
parentd25314c75b0941b91f73eb39cba489ec6b48c301 (diff)
parent5db3f93be9e9777184609a7f7e6988d36dfc5615 (diff)
downloadvolse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.tar.gz
volse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.tar.bz2
volse-hubzilla-21b60bf119a3d070e385c1011f4c3ccb9951f23c.zip
Merge branch 'dev' into containers
Diffstat (limited to 'tests/unit/UnitTestCase.php')
-rw-r--r--tests/unit/UnitTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/UnitTestCase.php b/tests/unit/UnitTestCase.php
index afc309205..79f0ec440 100644
--- a/tests/unit/UnitTestCase.php
+++ b/tests/unit/UnitTestCase.php
@@ -47,7 +47,7 @@ require_once 'include/dba/dba_transaction.php';
*/
class UnitTestCase extends TestCase {
protected array $fixtures = array();
- protected ?\DbaTransaction $db_transacton = null;
+ protected ?\DbaTransaction $db_transaction = null;
/**
* Connect to the test db, load fixtures and global config.