test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-24 03:50:15 +00:00
parent 7f6ab31b3c
commit a4d35c240e

View File

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