Files
santulitam/tests/TestCase.php
Muhammad Herdy Iskandar a099b28858 First Commit
2024-07-27 00:18:34 +07:00

11 lines
163 B
PHP

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