SOA/public/tests/TestCase.php
Alexis Bruneteau 254479d475 readme updated
2025-06-29 19:41:42 +02:00

11 lines
142 B
PHP

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