public function testWithChecksum() { $this->_object->setWithChecksum(1); $this->assertSame(true, $this->_object->getWithChecksum()); $this->_object->setWithChecksum(true); $this->assertSame(true, $this->_object->getWithChecksum()); }