short-url/tests/TestCase.php
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

11 lines
163 B
PHP
Executable File

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