Files
dyncoll-dev/backend/tests/TestCase.php
Giuseppe Naponiello 36bcc9a842 first commit
2026-06-14 19:01:02 +02:00

11 lines
142 B
PHP

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