lubiana-base/tests/TestCase.php
lubiana 55951419d0
All checks were successful
/ ls (push) Successful in 18s
init
2024-06-01 21:42:45 +02:00

10 lines
155 B
PHP

<?php declare(strict_types=1);
namespace Tests;
use PHPUnit\Framework\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}