Skip to content

Commit 6e2ceb2

Browse files
committed
fix test
1 parent 7c81988 commit 6e2ceb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ConfigTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ private function createContainer(?string $postfix = null): Container
3232

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

0 commit comments

Comments
 (0)