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

<?php
use PHPUnit\Framework\TestCase;

class AssertionExampleTest extends TestCase
{
    public function testOne()
    {
        $e = new AssertionExample;

        $e->doSomething();
    }
}
Back to Directory File Manager