mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
bugfix: add lost changes due merge
This commit is contained in:
parent
4913502922
commit
d384663b39
3 changed files with 8 additions and 6 deletions
|
@ -14,7 +14,7 @@ class DBATest extends DatabaseTest
|
|||
{
|
||||
$configModel = new \Friendica\Model\Config\Config(self::$dba);
|
||||
$config = Factory\ConfigFactory::createConfig(self::$configCache, $configModel);
|
||||
Factory\ConfigFactory::createPConfig(new Config\Cache\PConfigCache());
|
||||
Factory\ConfigFactory::createPConfig(self::$configCache, new Config\Cache\PConfigCache());
|
||||
$logger = Factory\LoggerFactory::create('test', self::$dba, $config, self::$profiler);
|
||||
$baseUrl = new BaseURL($config, $_SERVER);
|
||||
$router = new App\Router();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue