2023-12-16 11:36:49 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Illuminate\Testing;
|
|
|
|
|
|
|
|
use Symfony\Component\HttpFoundation\File\File;
|
|
|
|
|
|
|
|
/**
|
2023-12-17 01:10:26 +01:00
|
|
|
* @method self assertInertiaPath(string $path, string|array<string, mixed>|int $value)
|
2023-12-16 11:36:49 +01:00
|
|
|
* @method File getFile()
|
|
|
|
*/
|
|
|
|
class TestResponse
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|