function Assert::markTestSkipped
Mark the test as skipped.
Throws
2 calls to Assert::markTestSkipped()
- IntegrationTestCase::doIntegrationTest in vendor/
twig/ twig/ src/ Test/ IntegrationTestCase.php - TestCase::checkRequirements in vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php, line 2304
Class
- Assert
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\FrameworkCode
public static final function markTestSkipped(string $message = '') : never {
throw new SkippedWithMessageException($message);
}