Fix assert
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
36a9b21028
commit
c4cec65249
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue