Deprecated expectException usage
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.
Instead, the expectDeprecation()
, expectError()
, expectNotice()
, and expectWarning()
methods should be used.
See Testing PHP Errors, Warnings, and Notices (phpunit.readthedocs.io) for details.
Inspection Details | |
---|---|
Available in: | PhpStorm 2023.3, Qodana for PHP 2023.3 |
Plugin: | PHP, 233.SNAPSHOT |
Last modified: 13 July 2023