Author: Christer Edvartsen (cogo@starzinger.net)
Inheritance: implements Imbo\Resource\ResourceInterface
Beispiel #1
0
 /**
  * @covers Imbo\Resource\Metadata::validateMetadata
  */
 public function testAllowsValidJsonData()
 {
     $this->request->expects($this->once())->method('getContent')->will($this->returnValue('{"foo":"bar"}'));
     $this->resource->validateMetadata($this->event);
 }