Files
cheerstothe_season_2.0/tests/TestCase.php

11 lines
142 B
PHP
Raw Normal View History

2024-05-21 17:03:29 +05:30
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}