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

<?php
use PHPUnit\Framework\TestCase;

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