futtern/tests/TestCase.php
lubiana af9354ff22
All checks were successful
/ ls (pull_request) Successful in 1m33s
migrate to pest php for testing
2025-02-01 00:11:25 +01:00

10 lines
155 B
PHP

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