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

Deps: Updated PHP composer dependancy versions, fixed test namespaces

This commit is contained in:
Dan Brown
2025-07-27 11:24:54 +01:00
parent c8cfec96dc
commit 6d7ffab115
3 changed files with 36 additions and 38 deletions

View File

@@ -1,10 +1,9 @@
<?php
namespace Api;
namespace Tests\Api;
use BookStack\Entities\Models\Book;
use BookStack\Entities\Models\Chapter;
use Tests\Api\TestsApi;
use Tests\Exports\ZipTestHelper;
use Tests\TestCase;