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

<?php
use PHPUnit\Framework\TestCase;

class TestIncomplete extends TestCase
{
    protected function runTest()
    {
        $this->markTestIncomplete('Incomplete test');
    }
}
Back to Directory File Manager