Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/_files/AssertionExampleTest.php
<?php
use PHPUnit\Framework\TestCase;

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

       
$e->doSomething();
    }
}