class SkippedWithMessageException
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Exception extends \RuntimeException implements \PHPUnit\Exception
- class \PHPUnit\Framework\AssertionFailedError extends \PHPUnit\Framework\Exception implements \PHPUnit\Framework\SelfDescribing
- class \PHPUnit\Framework\SkippedWithMessageException extends \PHPUnit\Framework\AssertionFailedError implements \PHPUnit\Framework\SkippedTest
- class \PHPUnit\Framework\AssertionFailedError extends \PHPUnit\Framework\Exception implements \PHPUnit\Framework\SelfDescribing
Expanded class hierarchy of SkippedWithMessageException
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Exception/ Skipped/ SkippedWithMessageException.php, line 17
Namespace
PHPUnit\FrameworkView source
final class SkippedWithMessageException extends AssertionFailedError implements SkippedTest {
}