mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-21 19:07:40 +08:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
use CreatesApplication;
|
|
} |