aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-03 11:01:21 +0000
committerMario <mario@mariovavti.com>2024-11-03 11:01:21 +0000
commit0d17d8dad94f39ea43cea45e2e73c4038da25097 (patch)
tree19fe892dceefc93f9f4474bbd840d2dcc499cff7
parent2ab0118c132b2bc3e6f135acece45991eb12a86f (diff)
downloadvolse-hubzilla-0d17d8dad94f39ea43cea45e2e73c4038da25097.tar.gz
volse-hubzilla-0d17d8dad94f39ea43cea45e2e73c4038da25097.tar.bz2
volse-hubzilla-0d17d8dad94f39ea43cea45e2e73c4038da25097.zip
tests: Fix typo in UnitTestCase.
Uncovered by PHP 8.2 because dynamic properties are deprecated. (cherry picked from commit 90bc987ea7c7717ad29fe303989d2d1dcd7c92f9) Co-authored-by: Harald Eilertsen <haraldei@anduin.net>
-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.