block-explorer/tests/TestCase.php
Ben van Hartingsveldt a39dacc347
Install Laravel 11
2025-05-01 11:13:30 +02:00

10 lines
142 B
PHP

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