mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
better glob tests
This commit is contained in:
parent
d13783dbc1
commit
83eed10991
3 changed files with 29 additions and 1 deletions
|
|
@ -5,5 +5,7 @@ $CONFIG = [
|
|||
'redis' => [
|
||||
'host' => 'localhost'
|
||||
],
|
||||
'dbtype' => 'sqlite',
|
||||
'dbtype' => 'sqlite3',
|
||||
'dbname' => 'nextcloud',
|
||||
'datadirectory' => '/nc'
|
||||
];
|
||||
|
|
|
|||
3
tests/configs/multiple/other.php
Normal file
3
tests/configs/multiple/other.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
// this file should be ignored
|
||||
$a=1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue