Files
sinusfox 41e1d7ffb5 Default setup of laravel environment
- Creating default laravel setup with composer
2026-04-26 21:08:51 +02:00

11 lines
142 B
PHP

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