Example #1
0
 public function testStandardQuietZone()
 {
     $this->_object->setBarThinWidth(3);
     $this->_object->setFactor(4);
     $this->assertSame(120.0, $this->_object->getQuietZone());
 }