Files
LaraProj/tests/TestCase.php
Jenei Tamás 64983dc8e4 Proj start
2025-12-01 08:14:36 +01:00

11 lines
142 B
PHP

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