<?php namespace Illuminate\Testing; use Symfony\Component\HttpFoundation\File\File; /** * @method self assertInertiaPath(string $path, string|array<string, mixed>|int|null $value) * @method self assertPdfPageCount(int $count) * @method self assertPdfName(string $filename) * @method File getFile() */ class TestResponse { }