1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

API: Added to, and updated, testing to cover audit log additions

This commit is contained in:
Dan Brown
2024-05-05 15:44:58 +01:00
parent 3946158e88
commit 67df127c26
12 changed files with 83 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
namespace Tests\User;
use Activity;
use BookStack\Activity\ActivityType;
use BookStack\Facades\Activity;
use BookStack\Users\Models\User;
use Tests\TestCase;