6 lines
107 B
PHP
6 lines
107 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schema;
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|