BookStack/tests/TestCase.php

8 lines
161 B
PHP
Raw Normal View History

<?php namespace Tests;
2015-07-12 19:01:42 +00:00
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
2015-07-12 19:01:42 +00:00
{
use CreatesApplication;
}