Files
hoshal-market/tests/TestCase.php
Mekan1206 608876864b start
2026-06-04 20:40:39 +05:00

11 lines
142 B
PHP

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