]> BookStack Code Mirror - bookstack/commit
API: Added to, and updated, testing to cover audit log additions
authorDan Brown <redacted>
Sun, 5 May 2024 14:44:58 +0000 (15:44 +0100)
committerDan Brown <redacted>
Sun, 5 May 2024 14:44:58 +0000 (15:44 +0100)
commit67df127c2618d1d2bb9bc250e86ad0753f278769
tree84a4673ad25c668c960a1a6fa2a1ef3c18457997
parent3946158e8821308f89ee12811f053527eedc23c2
API: Added to, and updated, testing to cover audit log additions
12 files changed:
app/Activity/ActivityQueries.php
app/Activity/Models/Activity.php
resources/views/common/activity-item.blade.php
tests/Activity/AuditLogApiTest.php [new file with mode: 0644]
tests/Activity/AuditLogTest.php [moved from tests/Actions/AuditLogTest.php with 98% similarity]
tests/Activity/WebhookCallTest.php [moved from tests/Actions/WebhookCallTest.php with 99% similarity]
tests/Activity/WebhookFormatTesting.php [moved from tests/Actions/WebhookFormatTesting.php with 98% similarity]
tests/Activity/WebhookManagementTest.php [moved from tests/Actions/WebhookManagementTest.php with 99% similarity]
tests/Commands/ClearActivityCommandTest.php
tests/Settings/RecycleBinTest.php
tests/TestCase.php
tests/User/UserProfileTest.php