Laraland/tests/TestCase.php
Gregorio Chiko Putra 2871865e82 Init
2018-07-17 16:49:36 +07:00

11 lines
163 B
PHP

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