8889841chome/clixcotz/mars.clix.co.tz/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php000066600000000721150507120250027407 0ustar00 * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class SkippedTestError extends AssertionFailedError implements SkippedTest { }