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

Fixed test class names + add perm. check to api session auth

This commit is contained in:
Dan Brown
2020-01-01 17:01:36 +00:00
parent a7a97a53f1
commit a8595d8aaf
4 changed files with 31 additions and 2 deletions

View File

@ -5,7 +5,7 @@ namespace Tests;
use BookStack\Auth\Permissions\RolePermission;
use Carbon\Carbon;
class ApiAuthTest extends TestCase
class ApiConfigTest extends TestCase
{
use TestsApi;