clam2021/vendor/phpunit/phpunit/tests/_files/TestSkipped.php
2021-05-13 13:04:00 -03:00

9 lines
156 B
PHP

<?php
class TestSkipped extends PHPUnit_Framework_TestCase
{
protected function runTest()
{
$this->markTestSkipped('Skipped test');
}
}