Files
Zonneplan/tests/TestCase.php
T
JustZoe101 3ae3222732
tests / ci (push) Failing after 4m24s
Initial commit
2026-08-01 18:17:20 +02:00

11 lines
142 B
PHP

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