mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated composer deps, applied StyleCI changes
This commit is contained in:
@@ -435,9 +435,9 @@ abstract class TestCase extends BaseTestCase
|
||||
protected function getEachEntityType(): array
|
||||
{
|
||||
return [
|
||||
'page' => Page::query()->first(),
|
||||
'chapter' => Chapter::query()->first(),
|
||||
'book' => Book::query()->first(),
|
||||
'page' => Page::query()->first(),
|
||||
'chapter' => Chapter::query()->first(),
|
||||
'book' => Book::query()->first(),
|
||||
'bookshelf' => Bookshelf::query()->first(),
|
||||
];
|
||||
}
|
||||
|
@@ -86,7 +86,7 @@ class AvatarTest extends TestCase
|
||||
{
|
||||
config()->set([
|
||||
'services.disable_services' => false,
|
||||
'services.avatar_url' => false,
|
||||
'services.avatar_url' => false,
|
||||
]);
|
||||
|
||||
$user = User::factory()->make();
|
||||
|
Reference in New Issue
Block a user