Skip to content

Commit

Permalink
fix: Update _ide_helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa authored and bastien-phi committed Jan 17, 2025
1 parent a06bef6 commit b160971
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _ide_helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
/**
* @see \Spectator\Assertions
*
* @method static assertValidRequest()
* @method static assertInvalidRequest()
* @method static assertValidResponse($status = null)
* @method static assertInvalidResponse($status = null)
* @method static assertValidationMessage($expected)
* @method static assertErrorsContain($errors)
* @method static dumpSpecErrors()
* @method static void skipRequestValidation()
* @method $this assertValidRequest()
* @method $this assertInvalidRequest()
* @method $this assertValidResponse($status = null)
* @method $this assertInvalidResponse($status = null)
* @method $this assertValidationMessage($expected)
* @method $this assertErrorsContain($errors)
* @method $this assertPathExists()
* @method $this dumpSpecErrors()
*/
class TestResponse
{
Expand Down

0 comments on commit b160971

Please sign in to comment.