mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 12:25:14 +02:00
Moving Profiling to class
This commit is contained in:
parent
45a1d1368a
commit
57bfc75a0c
9 changed files with 215 additions and 482 deletions
|
@ -43,7 +43,7 @@ class ApiTest extends DatabaseTest
|
|||
Factory\DBFactory::init($configCache, $profiler, $_SERVER);
|
||||
$config = Factory\ConfigFactory::createConfig($configCache);
|
||||
Factory\ConfigFactory::createPConfig($configCache);
|
||||
$logger = Factory\LoggerFactory::create('test', $config);
|
||||
$logger = Factory\LoggerFactory::create('test', $config, $profiler);
|
||||
$this->app = new App($config, $logger, $profiler, false);
|
||||
|
||||
parent::setUp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue