lubiana-base/tests/TestCase.php

11 lines
155 B
PHP
Raw Permalink Normal View History

2024-06-01 19:40:01 +00:00
<?php declare(strict_types=1);
namespace Tests;
use PHPUnit\Framework\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}