3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ThemeParkPlus-Panel/tests/TestCase.php
2020-02-26 14:59:58 +01:00

10 lines
163 B
PHP

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