Files
api-ranking-jogos/tests/TestCase.php
gabriellina640 f551520161 first commit
2026-04-13 21:39:44 -05:00

11 lines
163 B
PHP

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