mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
tests: Fix typo in UnitTestCase.
Uncovered by PHP 8.2 because dynamic properties are deprecated.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user