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