コード例 #1
0
ファイル: TestCommon.php プロジェクト: stunti/zf2
 public function testWithChecksumInText()
 {
     $this->_object->setWithChecksumInText(1);
     $this->assertSame(true, $this->_object->getWithChecksumInText());
     $this->_object->setWithChecksumInText(true);
     $this->assertSame(true, $this->_object->getWithChecksumInText());
 }