Assertion can be replaced with 'assertTrue/assertFalse'

Last modified: 03 December 2024

Reports the assertEquals() calls with the true/false arguments in PHPUnit tests. Such usages can be replaced with assertTrue()/assertFalse() calls.