Files
unity/tests/TestCase.php
T
glovetleong 8fa80e4a1a setup
2021-06-17 09:53:04 +08:00

11 lines
163 B
PHP

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