inventario/tests/TestCase.php
jesusfb a31af58b8f
All checks were successful
Deploy Laravel Directo / deploy (push) Successful in 5s
first commit
2026-04-24 17:34:00 -07:00

11 lines
142 B
PHP

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