Commit Graph

10 Commits (d3265ef70a3cd93cbdf437b01b8a357f0177124d)

Author SHA1 Message Date
Igor Scheller 93ae2442f6 Formatting, syntax, typehint and namespace fixes, cleanups
Igor Scheller 351fc1f749 PHPUnit upgrade to 9.1, PHP upgrade to 7.3
Igor Scheller 867d720f15 Tests: Replaced setMethods as it is deprecated
Igor Scheller 18de950d8f Mail log: Formatting
Igor Scheller faf74150e9 Mailer: Use users locale for translation
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 90e1a94962 Make application name configurable
* Added app_name configuration option
* Extended `EngelsystemMailer` to prepend the application name to all mails

Closes 
Igor Scheller 01e9c22695 Implemented mailing abstraction
Closes