Viewing File: /usr/local/cpanel/3rdparty/wpinstaller/vendor/phpunit/phpunit/tests/_files/TestSkipped.php

<?php
use PHPUnit\Framework\TestCase;

class TestSkipped extends TestCase
{
    protected function runTest()
    {
        $this->markTestSkipped('Skipped test');
    }
}
Back to Directory File Manager