mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 12:59:36 +00:00
Fix test failures: add locale prefix to URLs, correct log directory path
This commit is contained in:
parent
e6ac77ffde
commit
597f0e6280
2 changed files with 12 additions and 12 deletions
|
|
@ -158,7 +158,7 @@ final class UpdateExecutorTest extends KernelTestCase
|
|||
{
|
||||
// Create a temporary log file in the update logs directory
|
||||
$projectDir = self::getContainer()->getParameter('kernel.project_dir');
|
||||
$logDir = $projectDir . '/var/update_logs';
|
||||
$logDir = $projectDir . '/var/log/updates';
|
||||
|
||||
if (!is_dir($logDir)) {
|
||||
mkdir($logDir, 0755, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue