Files
teddy_y/quotation2/laravel-simple-tryout/php74-httpd/example-app/tests/TestCase.php
louiscklaw db8bf18f7a update,
2025-02-01 02:08:48 +08:00

11 lines
163 B
PHP

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