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 adf16da commit 1413475Copy full SHA for 1413475
tests/Integration/Core/ExceptionReporterTest.php
@@ -3,6 +3,7 @@
3
namespace Tests\Tempest\Integration\Core;
4
5
use Exception;
6
+use GPBMetadata\Google\Type\Expr;
7
use Tempest\Core\AppConfig;
8
use Tempest\Core\ExceptionReporter;
9
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
@@ -16,6 +17,7 @@ protected function setUp(): void
16
17
{
18
parent::setUp();
19
20
+ $this->exceptions->preventReporting(prevent: false);
21
$this->container->get(AppConfig::class)->exceptionProcessors = [NullExceptionProcessor::class];
22
}
23
0 commit comments