mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-23 23:02:08 +03:00
Upgraded to Laravel 5.4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php namespace Entity;
|
||||
<?php
|
||||
|
||||
use BookStack\Tag;
|
||||
use BookStack\Page;
|
||||
use BookStack\Services\PermissionService;
|
||||
|
||||
class TagTest extends \TestCase
|
||||
class TagTest extends BrowserKitTest
|
||||
{
|
||||
|
||||
protected $defaultTagCount = 20;
|
||||
|
||||
Reference in New Issue
Block a user