pingcrm/tests/TestCase.php

11 lines
163 B
PHP
Raw Permalink Normal View History

2019-03-05 18:10:11 -03:00
<?php
namespace Tests;
2020-07-29 11:58:25 -03:00
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
2019-03-05 18:10:11 -03:00
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}