PhyrePanel/web/tests/TestCase.php
Bozhidar Slaveykov 4265721dd1 update
2023-11-23 22:25:06 +02:00

10 lines
163 B
PHP

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