testing Unity Tests

This commit is contained in:
norb 2021-01-06 17:50:32 +01:00
commit edebd9f02d
2 changed files with 47 additions and 1 deletions

View file

@ -32,7 +32,7 @@ class Settings implements \Iterator
private array $settings = [];
private string $appPath;
private string $appPath = './';
private ?string $pkgPath = null;
private ?string $site = null;