Files
expose/tests/TestCase.php
Marcel Pociot a972c8581c wip
2020-04-30 15:17:25 +02:00

12 lines
204 B
PHP
Executable File

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