mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 09:20:21 -05:00
987bed7a7b
[ci skip] [skip ci]
13 lines
235 B
PHP
Executable File
13 lines
235 B
PHP
Executable File
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
use JMac\Testing\Traits\HttpTestAssertions;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
use CreatesApplication;
|
|
use HttpTestAssertions;
|
|
}
|