Files
004_comission/teddy_y/quotation2/laravel-simple-tryout/php74-httpd/example-app/tests/TestCase.php
louiscklaw f08350ff38 update,
2025-01-31 21:12:34 +08:00

11 lines
163 B
PHP

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