Files
cheerstothe_season_2.0/jwt-auth/tests/TestCase.php

11 lines
142 B
PHP
Raw Normal View History

2024-05-25 14:43:26 +05:30
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}