Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/TestSkipped.php
<?php
class TestSkipped extends PHPUnit_Framework_TestCase
{
    protected function runTest()
    {
        $this->markTestSkipped('Skipped test');
    }
}