Files
BookStack/tests/TestCase.php
2017-02-04 11:58:42 +00:00

8 lines
161 B
PHP

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