Home
last modified time | relevance | path

Searched refs:MissingCoversAnnotationException (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DMissingCoversAnnotationException.php16 class MissingCoversAnnotationException extends RuntimeException class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php14 use SebastianBergmann\CodeCoverage\MissingCoversAnnotationException; alias
825 } catch (MissingCoversAnnotationException $cce) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php601 * @throws MissingCoversAnnotationException
609 throw new MissingCoversAnnotationException;