示例#1
0
文件: ReturnTest.php 项目: travisj/zf
 public function testDatatypeGetterAndSetterPersistValue()
 {
     $this->_tag->setDatatype('Foo');
     $this->assertEquals('Foo', $this->_tag->getDatatype());
 }