]> git.localhorst.tv Git - alttp.git/blob - TestCase.php
2932d4a69d6554cec4dea94e3194351710bd659e
[alttp.git] / TestCase.php
1 <?php
2
3 namespace Tests;
4
5 use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
6
7 abstract class TestCase extends BaseTestCase
8 {
9     use CreatesApplication;
10 }