ogsoft-example/tests/TestCase.php

13 lines
168 B
PHP
Raw Normal View History

2024-08-04 17:20:32 +00:00
<?php
2024-08-07 11:08:49 +00:00
declare(strict_types=1);
2024-08-04 17:20:32 +00:00
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}