1
0
mirror of https://github.com/robonen/metr.git synced 2026-06-19 17:45:21 +00:00
Files
metr/backend/tests/TestCase.php
T
2022-05-25 22:37:52 +07:00

11 lines
163 B
PHP

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