1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 07:32:39 +01:00
BookStack/tests/TestCase.php

8 lines
161 B
PHP
Raw Normal View History

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