nodehub/tests/TestCase.php
hellcat 3b89c0e7b1 1
2026-02-21 19:39:53 +08:00

11 lines
142 B
PHP

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