adrema/tests/stub/phpstan/TestResponse.stub

15 lines
208 B
Plaintext
Raw Normal View History

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