Skip to content

Commit

Permalink
Revert "[9.x] Add assertUnsupportedMediaType method for assertion Uns…
Browse files Browse the repository at this point in the history
…upported Media Type (#46418)"

This reverts commit 46199b6.
  • Loading branch information
taylorotwell committed Mar 10, 2023
1 parent 46199b6 commit 473c8f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Illuminate/Testing/Concerns/AssertsStatusCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,6 @@ public function assertConflict()
return $this->assertStatus(409);
}

/**
* Assert that the response has a 415 "Unsupported Media Type" status code.
*
* @return $this
*/
public function assertUnsupportedMediaType()
{
return $this->assertStatus(415);
}

/**
* Assert that the response has a 422 "Unprocessable Entity" status code.
*
Expand Down

0 comments on commit 473c8f7

Please sign in to comment.