Files
asset-management-system/tests/TestCase.php
Arya Dwi Putra 5514f7de5b first commit
2025-12-01 06:41:22 +07:00

11 lines
142 B
PHP

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