PHPUnit passing a test with no assertions within config
Edit: You’ve got a few choices depending on which version you’re using, whether you want to ignore all risky tests or just a few, and if you want it to be permanent or temporary. Prior to 5.6, if you didn’t want to add bogus assertions to all your tests, you had to avoid passing –strict … Read more