Files
finance/tests/TestCase.php
T
Ümit Tunç f6ef9fafdc first commit
2025-01-17 21:38:08 +03:00

11 lines
142 B
PHP

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