hypothetical/tests/TestCase.php

11 lines
142 B
PHP
Raw Permalink Normal View History

<?php
2017-01-26 19:17:37 -05:00
namespace Tests;
2017-01-26 19:17:37 -05:00
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
2017-01-26 19:17:37 -05:00
abstract class TestCase extends BaseTestCase
{
2024-03-19 17:11:58 -04:00
//
}