Files
cheerstothe_season_2.0/tests/TestCase.php
2024-05-21 17:03:29 +05:30

11 lines
142 B
PHP

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