Files
aso/tests/TestCase.php
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +07:00

11 lines
163 B
PHP
Executable File

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