mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Migrated much test entity usage via find/replace
This commit is contained in:
@ -27,7 +27,7 @@ class ErrorTest extends TestCase
|
||||
{
|
||||
$this->actingAs($this->getViewer());
|
||||
$handler = $this->withTestLogger();
|
||||
$book = Book::query()->first();
|
||||
$book = $this->entities->book();
|
||||
|
||||
// Ensure we're seeing errors
|
||||
Log::error('cat');
|
||||
|
Reference in New Issue
Block a user