Files
dots-bot-api/tests/TestCase.php
T
2023-06-13 17:59:00 +03:00

11 lines
163 B
PHP

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