1
0
Fork 0
wow-raid-bingo/tests/TestCase.php
2021-10-18 11:56:52 +02:00

10 lines
163 B
PHP

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