namespace Tests;
-use BookStack\Entities\Models\Book;
use Illuminate\Support\Facades\Log;
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');