futtern/tests/TestCase.php

11 lines
155 B
PHP
Raw Permalink Normal View History

2025-02-01 00:09:50 +01:00
<?php declare(strict_types=1);
namespace Tests;
use PHPUnit\Framework\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}