1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Deps: Updated composer/npm packages, fixed test namespace

This commit is contained in:
Dan Brown
2025-05-27 15:53:46 +01:00
parent d149b809b1
commit 7650ebf2f9
3 changed files with 503 additions and 514 deletions

View File

@@ -1,10 +1,7 @@
<?php
namespace Api;
namespace Tests\Api;
use BookStack\Activity\ActivityType;
use BookStack\Facades\Activity;
use Tests\Api\TestsApi;
use Tests\TestCase;
class SystemApiTest extends TestCase