We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec49dc commit 63a5f83Copy full SHA for 63a5f83
tests/DependencyInjection/Compiler/DbalTracingPassTest.php
@@ -160,6 +160,10 @@ public function processDoesNothingIfConditionsForEnablingTracingAreMissingDataPr
160
161
public function testContainerCompilationFailsIfConnectionDoesntExist(): void
162
{
163
+ if (!self::isDoctrineDBALInstalled()) {
164
+ $this->markTestSkipped('This test requires the "doctrine/dbal" Composer package.');
165
+ }
166
+
167
$container = $this->createContainerBuilder();
168
$container->setParameter('sentry.tracing.dbal.connections', ['missing']);
169
0 commit comments