示例#1
0
文件: TestCommon.php 项目: rexmac/zf2
 public function testWithChecksum()
 {
     $this->_object->setWithChecksum(1);
     $this->assertSame(true, $this->_object->getWithChecksum());
     $this->_object->setWithChecksum(true);
     $this->assertSame(true, $this->_object->getWithChecksum());
 }