Files
EstiProj/tests/TestCase.php
bobvosbalint dff84fa498 Alapbeallitas
2025-12-12 16:56:53 +01:00

11 lines
142 B
PHP

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