Reports the
assertTrue()
/
assertFalse()
calls with the
false
/
true
arguments in PHPUnit tests. Such usages can be replaced with
fail()
calls to indicate that a test is expected to fail.