Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Dec 21, 2024
1 parent 7c81988 commit 6e2ceb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ private function createContainer(?string $postfix = null): Container

private function getDiConfig(?string $postfix = null): array
{
$params = [
'yiisoft/error-handler' => ['solutionProviders' => []],
];
return require dirname(__DIR__) . '/config/di' . ($postfix !== null ? '-' . $postfix : '') . '.php';
}
}

0 comments on commit 6e2ceb2

Please sign in to comment.