Files
expose/tests/TestCase.php
Marcel Pociot 2b03398f40 wip
2020-04-14 21:19:23 +02:00

11 lines
163 B
PHP
Executable File

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