15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
|
<?php
|
||
|
|
||
|
namespace Illuminate\Testing;
|
||
|
|
||
|
use Symfony\Component\HttpFoundation\File\File;
|
||
|
|
||
|
/**
|
||
|
* @method self assertInertiaPath(string $path, string $value)
|
||
|
* @method File getFile()
|
||
|
*/
|
||
|
class TestResponse
|
||
|
{
|
||
|
|
||
|
}
|