Esempio n. 1
0
 public function testDecodeWithInvalidContentTypeThrowsException()
 {
     $this->setExpectedException('\\BedRest\\Content\\Negotiation\\Exception');
     $this->negotiator->decode('raw_data', 'application/json');
 }