ogsoft-example/tests/TestCase.php

13 lines
168 B
PHP
Raw Permalink Normal View History

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