Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/_files/Inheritance/InheritanceB.php
<?php

use PHPUnit\Framework\TestCase;

class
InheritanceB extends TestCase
{
    public function
testSomething()
    {
    }
}