test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-24 03:50:15 +00:00
parent 266371a200
commit 3b1d8d8943

View File

@ -158,7 +158,6 @@ final class Application
/** @var ConnectionAbstract $con */
$con = $this->app->dbPool->get();
$con->connect();
DataMapperFactory::db($con);
$this->app->cachePool = new CachePool();