7 lines
140 B
PHP
7 lines
140 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schema;
|
|
use function App\account_avatar;
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|