Interface-Admin/tests/TestCase.php
Massimo Di Lullo 6c8e491733 Laravel Set-up
2019-09-22 14:44:11 -04:00

11 lines
163 B
PHP

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