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 06215e1 commit b9b559fCopy full SHA for b9b559f
src/Instrumentation/PDO/tests/Integration/PDOInstrumentationTest.php
@@ -31,6 +31,7 @@ private function createDBWithNewSubclass(): PDO\Sqlite
31
if (!class_exists('Pdo\Sqlite')) {
32
$this->markTestSkipped('Pdo\Sqlite class is not available in this PHP version');
33
}
34
+
35
return PDO::connect('sqlite::memory:');
36
37
0 commit comments