17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
<?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
|
|
{
|
|
|
|
}
|