mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-10 01:52:20 +00:00
11 lines
163 B
PHP
Executable File
11 lines
163 B
PHP
Executable File
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
use CreatesApplication;
|
|
}
|