gamtest / tests /TestCase.php
veela4's picture
Upload folder using huggingface_hub
70ba896 verified
raw
history blame contribute delete
142 Bytes
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}