1
0
forked from poc/pds
Files
poc-pds1/tests/TestCase.php
2025-03-19 16:07:21 +05:30

11 lines
142 B
PHP

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