BookStack/tests/TestCase.php

8 lines
161 B
PHP

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