20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Testing;
|
|
|
|
use Symfony\Component\HttpFoundation\File\File;
|
|
|
|
/**
|
|
* @method self assertInertiaCount(string $path, int $count)
|
|
* @method self assertInertiaPath(string $path, mixed $value)
|
|
* @method self assertPdfPageCount(int $count)
|
|
* @method self assertPdfName(string $filename)
|
|
* @method self assertHasJsonPath(string $path)
|
|
* @method self assertComponent(string $component)
|
|
* @method File getFile()
|
|
*/
|
|
class TestResponse
|
|
{
|
|
|
|
}
|