Beispiel #1
0
 public function testSetSize()
 {
     $this->header->setSize(100);
     $this->assertSame(100, $this->header->getSize());
 }