Files
bank-flow/tests/TestCase.php
Meghdad 35c69c5655 init
2026-07-22 12:25:24 +03:30

11 lines
142 B
PHP

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