* wip * fix simbrief tests * more fixes * run pint * fix(tests): fake notifications in registration test * refactor(tests): AI suggestions and performance improvements * deprecation warning with PHP85 * fix(tests): fake notifications in access with valid invite test * refactor(build): optimize autoload and remove unnecessary commands * refactor(tests): update PHPUnit configuration and improve test structure * refactor: put GeoJson under the right namespace
10 lines
160 B
PHP
10 lines
160 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase {}
|