mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Deps: Updated PHP composer dependancy versions, fixed test namespaces
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Api;
|
||||
namespace Tests\Api;
|
||||
|
||||
use BookStack\Entities\Models\Page;
|
||||
use BookStack\Exports\Import;
|
||||
use Tests\Api\TestsApi;
|
||||
use Tests\Exports\ZipTestHelper;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
Reference in New Issue
Block a user