Skip to content

Commit 7284caf

Browse files
authored
Revert "[9.x] Add assertUnsupportedMediaType method for assertion Unsupported Media Type (#46418)" (#46420)
This reverts commit 46199b6.
1 parent 46199b6 commit 7284caf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Illuminate/Testing/Concerns/AssertsStatusCodes.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ public function assertConflict()
143143
return $this->assertStatus(409);
144144
}
145145

146-
/**
147-
* Assert that the response has a 415 "Unsupported Media Type" status code.
148-
*
149-
* @return $this
150-
*/
151-
public function assertUnsupportedMediaType()
152-
{
153-
return $this->assertStatus(415);
154-
}
155-
156146
/**
157147
* Assert that the response has a 422 "Unprocessable Entity" status code.
158148
*

0 commit comments

Comments
 (0)