Skip to content

Commit 46d2b07

Browse files
authored
add Nextcloud29 test (#50)
1 parent cc5daf7 commit 46d2b07

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v29.0.0 (2024-05-31)
44

5+
* [add Nextcloud29 test (#50)](https://github.com/nextcloud/encryption-recovery-tools/pull/50)
56
* [Nextcloud 29 release (#49)](https://github.com/nextcloud/encryption-recovery-tools/pull/49)
67
* [improve startup sequence (#48)](https://github.com/nextcloud/encryption-recovery-tools/pull/48)
78
* [fix another typo (#47)](https://github.com/nextcloud/encryption-recovery-tools/pull/47)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
// use prepared test setup
3+
include_once(__DIR__."/main.php");
4+
5+
final class nextcloud29 extends main {
6+
const EXTERNAL_STORAGES = [];
7+
const INSTANCEID = "oco0q04i4djv";
8+
const RECOVERY_PASSWORD = "recovery";
9+
const SECRET = "kiYNlIetbTQwn328L/GCuo/FrCHFhvbkOr32IiCI88PRjtGm";
10+
const SOURCEPATHS = [];
11+
const USER_PASSWORDS = ["admin" => "admin"];
12+
const VERSION = "29.0.0";
13+
}

0 commit comments

Comments
 (0)