added laravel 12

This commit is contained in:
jon brookes 2026-01-01 16:49:06 +00:00
parent 6a97cad9f8
commit 602bdcbe17
124 changed files with 18707 additions and 0 deletions

10
tests/TestCase.php Normal file
View file

@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}