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

<?php
use PHPUnit\Framework\TestCase;

class IncompleteTest extends TestCase
{
    public function testIncomplete()
    {
        $this->markTestIncomplete('Test incomplete');
    }
}
Back to Directory File Manager