bookstack/tests/TestCase.php

8 lines
161 B
PHP
Raw Normal View History

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