Beispiel #1
0
 public function testCanSetAndGetEtag()
 {
     $data = Etag::fromString("Etag: W/&FooBarBaz&");
     $this->feed->setEtag($data);
     $this->assertEquals($this->feed->getEtag(), $data);
 }