adrema/tests/stub/phpstan/TestResponse.stub

17 lines
328 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-17 01:10:26 +01:00
* @method self assertInertiaPath(string $path, string|array<string, mixed>|int $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
{
}