Files
PeePal/Backend/peepal_backend/tests/TestCase.php
Sándor Máté Magony 8fb5e07573 second commit - test
2025-03-22 19:17:18 +01:00

11 lines
142 B
PHP

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