Skip to content

Commit 1413475

Browse files
committed
test: do not prevent reporting in dedicated test
1 parent adf16da commit 1413475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/Core/ExceptionReporterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Tests\Tempest\Integration\Core;
44

55
use Exception;
6+
use GPBMetadata\Google\Type\Expr;
67
use Tempest\Core\AppConfig;
78
use Tempest\Core\ExceptionReporter;
89
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
@@ -16,6 +17,7 @@ protected function setUp(): void
1617
{
1718
parent::setUp();
1819

20+
$this->exceptions->preventReporting(prevent: false);
1921
$this->container->get(AppConfig::class)->exceptionProcessors = [NullExceptionProcessor::class];
2022
}
2123

0 commit comments

Comments
 (0)