Skip to main content


For $work I am currently forced to write some #PHP. I am not used to that and can probably be considered biased 😅

But I really have a hard time working on #PHPunit tests because I find many of its methods are not clearly documented. It seems to have loads of examples that help you getting into it but extending existing code is hard when you can’t look methods by name …

#Perl’s Test-Simple was always great and adopting its successor Test2 was a pleasure with its great docs! 🤩