Files
ecowitt2weewx/tests/TestCase.php
Jeremias Wolff 99dc5d6da5 inital
2020-12-29 18:53:23 +01:00

11 lines
163 B
PHP

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