Files
Backend/20250403/KaticaBufe/katicabufe/tests/TestCase.php
szabomarton 836192656b asd
2025-04-03 12:05:18 +02:00

11 lines
142 B
PHP

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}