<?php dirname(string $path, int $levels = 1): string
<?php public function testCreateAndDropDatabase(): void { $path = dirname(__FILE__) . '/test_create_and_drop_sqlite_database.sqlite'; $this->schemaManager->createDatabase($path); self::assertFileExists($path);