Exemple #1
0
 /**
  * @test
  */
 public function getReasonPhraseForUnknownStatusCodeThrowsIllegalArgumentException()
 {
     expect(function () {
         Http::reasonPhraseFor(1);
     })->throws(\InvalidArgumentException::class);
 }