mirror of
https://github.com/10h30/laravel-file-upload-series.git
synced 2026-07-12 03:06:03 +09:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
//
|
|
}
|