Commit Graph

9 Commits (9829e6da390c8a62f322e085cbf5b48a586446a0)

Author SHA1 Message Date
Igor Scheller 79c92da8c1 Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
Igor Scheller 9930668837 Fixed test coverage
Igor Scheller c74fa7955d phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
Igor Scheller ac48332166 Models: Added LogEntry model
Igor Scheller 79e9714c74 Fix for Diactoros in legacy feature tests
Igor Scheller e727b367cc Moved includes to own file
Igor Scheller e15e863625 Added tests for base_path and config_path
Igor Scheller c35c4ccbf3 Refactoring: Logger test cleanup
Igor Scheller c57dfc631c engelsystem_provider should not be loaded in phpunit, changed dir structure