mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Fix PHPUnit 10 deprecations
This commit is contained in:
parent
037dac988e
commit
5fbdcd4a26
4 changed files with 8 additions and 5 deletions
|
@ -60,7 +60,6 @@ class StaticDatabase extends Database
|
|||
$this->driver = 'pdo';
|
||||
$this->connection = self::$staticConnection;
|
||||
$this->connected = true;
|
||||
$this->emulate_prepares = false;
|
||||
|
||||
return $this->connected;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue