2023-12-16 11:36:49 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Illuminate\Testing;
|
|
|
|
|
|
|
|
use Symfony\Component\HttpFoundation\File\File;
|
|
|
|
|
|
|
|
/**
|
2024-01-28 11:42:32 +01:00
|
|
|
* @method self assertInertiaCount(string $path, int $count)
|
2023-12-31 21:02:40 +01:00
|
|
|
* @method self assertInertiaPath(string $path, mixed $value)
|
2023-12-18 00:06:04 +01:00
|
|
|
* @method self assertPdfPageCount(int $count)
|
|
|
|
* @method self assertPdfName(string $filename)
|
2024-04-26 23:46:23 +02:00
|
|
|
* @method self assertHasJsonPath(string $path)
|
2024-06-29 11:18:40 +02:00
|
|
|
* @method self assertComponent(string $component)
|
2023-12-16 11:36:49 +01:00
|
|
|
* @method File getFile()
|
|
|
|
*/
|
|
|
|
class TestResponse
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|