1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added a few test to cover api docs pages

This commit is contained in:
Dan Brown
2020-01-18 10:04:13 +00:00
parent 8ead596067
commit 64455307b1
2 changed files with 42 additions and 2 deletions

View File

@ -2,9 +2,7 @@
namespace Tests;
use BookStack\Auth\Permissions\RolePermission;
use BookStack\Entities\Book;
use Carbon\Carbon;
class ApiListingTest extends TestCase
{