Deps & Tests: Updated PHP deps, fixed test namespaces

This commit is contained in:
Dan Brown
2025-02-23 11:30:10 +00:00
parent d2542d6265
commit c3a1fabbf0
9 changed files with 237 additions and 229 deletions

450
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Commands; namespace Tests\Commands;
use BookStack\Entities\Models\Book; use BookStack\Entities\Models\Book;
use BookStack\Sorting\SortRule; use BookStack\Sorting\SortRule;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Search; namespace Tests\Search;
use BookStack\Activity\Models\Tag; use BookStack\Activity\Models\Tag;
use BookStack\Entities\Models\Book; use BookStack\Entities\Models\Book;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Search; namespace Tests\Search;
use Tests\TestCase; use Tests\TestCase;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Search; namespace Tests\Search;
use BookStack\Search\Options\ExactSearchOption; use BookStack\Search\Options\ExactSearchOption;
use BookStack\Search\Options\FilterSearchOption; use BookStack\Search\Options\FilterSearchOption;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Search; namespace Tests\Search;
use BookStack\Entities\Models\Book; use BookStack\Entities\Models\Book;
use BookStack\Entities\Models\Bookshelf; use BookStack\Entities\Models\Bookshelf;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Sorting; namespace Tests\Sorting;
use BookStack\Entities\Models\Chapter; use BookStack\Entities\Models\Chapter;
use BookStack\Entities\Models\Page; use BookStack\Entities\Models\Page;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Sorting; namespace Tests\Sorting;
use BookStack\Entities\Models\Book; use BookStack\Entities\Models\Book;
use BookStack\Entities\Models\Chapter; use BookStack\Entities\Models\Chapter;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Sorting; namespace Tests\Sorting;
use BookStack\Activity\ActivityType; use BookStack\Activity\ActivityType;
use BookStack\Entities\Models\Book; use BookStack\Entities\Models\Book;