Code Inspection: Deprecated expectException usage
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports deprecated usages of expectException()
.
Support for using the expectException()
method with \PHPUnit\Framework\Error\Deprecated
, \PHPUnit\Framework\Error\Error
, \PHPUnit\Framework\Error\Notice
, and \PHPUnit\Framework\Error\Warning
is deprecated and will be removed in PHPUnit 10.
See Testing PHP Errors, Warnings, and Notices (phpunit.readthedocs.io) for details.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.