Fix assert
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-04-26 23:46:23 +02:00
parent 36a9b21028
commit c4cec65249
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\File\File;
* @method self assertInertiaPath(string $path, mixed $value) * @method self assertInertiaPath(string $path, mixed $value)
* @method self assertPdfPageCount(int $count) * @method self assertPdfPageCount(int $count)
* @method self assertPdfName(string $filename) * @method self assertPdfName(string $filename)
* @method self asseertHasJsonPath(string $path) * @method self assertHasJsonPath(string $path)
* @method File getFile() * @method File getFile()
*/ */
class TestResponse class TestResponse