PHPUnit — How to unit test a method with no return value?When writing unit test for one public function in my class. I was a bit confused about how to test a function which has no return value(s)…Feb 18, 2021Feb 18, 2021