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 96b22db commit f58be88Copy full SHA for f58be88
tests/Functional/Driver/PDO/SQLite/DriverTest.php
@@ -21,9 +21,9 @@ protected function setUp(): void
21
self::markTestSkipped('This test requires the pdo_sqlite driver.');
22
}
23
24
- public function testReturnsDatabaseNameWithoutDatabaseNameParameter(): void
+ protected static function getDatabaseNameForConnectionWithoutDatabaseNameParameter(): ?string
25
{
26
- self::markTestSkipped('SQLite does not support the concept of a database.');
+ return 'main';
27
28
29
protected function createDriver(): DriverInterface
0 commit comments