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