1
0
mirror of https://github.com/robonen/metr.git synced 2026-06-20 01:55:22 +00:00
Files
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;
}