mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00: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