Files
app-test-laravel/laravel-qrcode/tests/TestCase.php
T
person-programmer 9c590d0dbf init
2025-12-02 13:27:19 +07:00

11 lines
163 B
PHP

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