We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c81988 commit 6e2ceb2Copy full SHA for 6e2ceb2
tests/ConfigTest.php
@@ -32,6 +32,9 @@ private function createContainer(?string $postfix = null): Container
32
33
private function getDiConfig(?string $postfix = null): array
34
{
35
+ $params = [
36
+ 'yiisoft/error-handler' => ['solutionProviders' => []],
37
+ ];
38
return require dirname(__DIR__) . '/config/di' . ($postfix !== null ? '-' . $postfix : '') . '.php';
39
}
40
0 commit comments