2023-12-16 11:36:49 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Illuminate\Testing;
|
|
|
|
|
|
|
|
use Symfony\Component\HttpFoundation\File\File;
|
|
|
|
|
|
|
|
/**
|
2024-01-28 11:42:32 +01:00
|
|
|
* @method self assertInertiaCount(string $path, int $count)
|
2023-12-31 21:02:40 +01:00
|
|
|
* @method self assertInertiaPath(string $path, mixed $value)
|
2023-12-18 00:06:04 +01:00
|
|
|
* @method self assertPdfPageCount(int $count)
|
|
|
|
* @method self assertPdfName(string $filename)
|
2023-12-16 11:36:49 +01:00
|
|
|
* @method File getFile()
|
|
|
|
*/
|
|
|
|
class TestResponse
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|