Пример #1
0
 /**
  * @return null|string
  */
 public function getEtag()
 {
     return $this->etag ?: $this->content->getContentMd5();
 }
 public function testContentMd5IsBasedOnSubsection()
 {
     $this->assertNotSame($this->body->getContentMd5(), $this->decorated->getContentMd5());
 }