Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/ThrowNoExceptionTestCase.php
<?php
use PHPUnit\Framework\TestCase;

class ThrowNoExceptionTestCase extends TestCase
{
    public function test()
    {
    }
}