better glob tests

This commit is contained in:
Robin Appelman 2021-07-30 16:57:23 +02:00
commit 83eed10991
3 changed files with 29 additions and 1 deletions

View file

@ -5,5 +5,7 @@ $CONFIG = [
'redis' => [
'host' => 'localhost'
],
'dbtype' => 'sqlite',
'dbtype' => 'sqlite3',
'dbname' => 'nextcloud',
'datadirectory' => '/nc'
];