Files
wonderful-weather/tests/TestCase.php
foobar 27c1969aaa init
2022-08-21 21:39:06 +02:00

11 lines
163 B
PHP

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