todo/tests/TestCase.php
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +07:00

11 lines
163 B
PHP
Executable File

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