tests/TestCase.php を削除
All checks were successful
Deploy main / deploy (push) Successful in 22s

This commit is contained in:
go.unhi 2025-10-21 17:12:37 +09:00
parent c2aa59e503
commit 452f786ce6

View File

@ -1,10 +0,0 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}