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