summaryrefslogtreecommitdiff
path: root/tests/Feature/Logger/EngelsystemLoggerTest.php
AgeCommit message (Collapse)Author
2020-01-02tests: code coverage cleanupIgor Scheller
2019-11-06Tests: Replaced setMethods as it is deprecatedIgor Scheller
2019-04-25FormattingIgor Scheller
```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/] ```
2019-04-25Fixed test coverageIgor Scheller
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
2018-08-31Models: Added LogEntry modelIgor Scheller
2018-08-07Fix for Diactoros in legacy feature testsIgor Scheller
2017-11-01Moved includes to own fileIgor Scheller
2017-10-31Added tests for base_path and config_pathIgor Scheller
2017-09-19Refactoring: Logger test cleanupIgor Scheller
2017-09-19engelsystem_provider should not be loaded in phpunit, changed dir structureIgor Scheller