This commit is contained in:
Philipp Lang 2023-12-16 11:36:49 +01:00
parent 58798146d4
commit 2ecdf6e362
2 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,9 @@ includes:
parameters:
stubFiles:
- tests/stub/phpstan/TestResponse.stub
paths:
- app
- tests

View File

@ -0,0 +1,14 @@
<?php
namespace Illuminate\Testing;
use Symfony\Component\HttpFoundation\File\File;
/**
* @method self assertInertiaPath(string $path, string $value)
* @method File getFile()
*/
class TestResponse
{
}