adrema/tests/stub/phpstan/TestResponse.stub

18 lines
394 B
Plaintext
Raw Normal View History

2023-12-16 11:36:49 +01:00
<?php
namespace Illuminate\Testing;
use Symfony\Component\HttpFoundation\File\File;
/**
2023-12-30 19:02:15 +01:00
* @method self assertInertiaPath(string $path, string|array<string, mixed>|int|null $value)
2024-01-28 11:42:32 +01:00
* @method self assertInertiaCount(string $path, int $count)
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
{
}