mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
DBA-Logger fix
This commit is contained in:
parent
2133decf4c
commit
fbd056327a
5 changed files with 65 additions and 19 deletions
|
@ -10,6 +10,7 @@ use Friendica\Database\DBA;
|
|||
use Friendica\Factory;
|
||||
use Friendica\Util\BasePath;
|
||||
use Friendica\Util\Config\ConfigFileLoader;
|
||||
use Friendica\Util\Logger\VoidLogger;
|
||||
use Friendica\Util\Profiler;
|
||||
use PHPUnit\DbUnit\DataSet\YamlDataSet;
|
||||
use PHPUnit\DbUnit\TestCaseTrait;
|
||||
|
@ -52,6 +53,7 @@ abstract class DatabaseTest extends MockedTest
|
|||
$basePath,
|
||||
$config,
|
||||
$profiler,
|
||||
new VoidLogger(),
|
||||
getenv('MYSQL_HOST'),
|
||||
getenv('MYSQL_USERNAME'),
|
||||
getenv('MYSQL_PASSWORD'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue