Inspectopedia
 
2024.3

Assertion can be replaced with 'assertTrue/assertFalse'

Info
New
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.