turtle-wow-source-kinda/Dumps/Source Code/8 - Development_website/master/tests/TestCase.php

11 lines
163 B
PHP
Raw Normal View History

2024-08-06 16:06:40 +00:00
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}