Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/2972/unconventiallyNamedIssue2972Test.php
<?php

namespace Issue2972;

use
PHPUnit\Framework\TestCase;

class
Issue2972Test extends TestCase
{
    public function
testHello()
    {
       
$this->assertNotEmpty('Hello world!');
    }
}