Fix basePath in unit tests reference DB
This commit is contained in:
parent
624123177f
commit
f7f08ceec1
9 changed files with 27 additions and 28 deletions
application/front
|
@ -93,6 +93,7 @@ class ShaarliMiddleware
|
|||
return;
|
||||
}
|
||||
|
||||
$this->container->updater->setBasePath($this->container->basePath);
|
||||
$newUpdates = $this->container->updater->update();
|
||||
if (!empty($newUpdates)) {
|
||||
$this->container->updater->writeUpdates(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue