Files
ecowitt2weewx/tests/TestCase.php
2020-12-30 19:25:39 +01:00

11 lines
163 B
PHP

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