turtle-wow-source-kinda/Dumps/Source Code/8 - Development_website/master/tests/TestCase.php
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

11 lines
163 B
PHP

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