feat(cypress): add oracle to setup tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>pull/52774/head
parent
a2eed985aa
commit
3500018b56
@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
$CONFIG = [
|
||||||
|
'supportedDatabases' => [
|
||||||
|
'sqlite',
|
||||||
|
'mysql',
|
||||||
|
'pgsql',
|
||||||
|
'oci',
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue