예제 #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());
 }