Files
c-cms-legacy/tests/TestCase.php
TheGamecraft 51b5bc0500 ALPHA 3.0.1a
2018-07-13 12:41:23 -04:00

11 lines
163 B
PHP

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