unsa-pis-be/tests/TestCase.php
Christian Dacid Sullca Puma 1d272affe2 V1.0.0
2022-06-13 20:21:39 -05:00

11 lines
163 B
PHP

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