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

<?php
use PHPUnit\Framework\TestCase;

class Success extends TestCase
{
    protected function runTest()
    {
        $this->assertTrue(true);
    }
}
Back to Directory File Manager