aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Log/ExceptionSerializerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* add unit test for ExceptionSerializerArthur Schiwon2022-07-291-0/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* make placeholder a const for reuseArthur Schiwon2022-06-161-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix overwriting original vars when loggingArthur Schiwon2022-06-161-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add serializer testArthur Schiwon2022-06-161-0/+67
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>