Auto create .env files

This commit is contained in:
2023-01-11 16:30:51 +09:00
parent 3668e6552c
commit dd2274f3b1
6 changed files with 101 additions and 5 deletions

View File

@@ -60,3 +60,9 @@ ESCAPE="String \" inside \" other "
DOUBLE="I will be used"
DOUBLE="This will be ignored"
```
## Development
Unit tests have to be run from base folder with
`vendor/bin/phpunit test/phpUnitTests/`