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