예제 #1
0
파일: ReturnTest.php 프로젝트: travisj/zf
 public function testDatatypeGetterAndSetterPersistValue()
 {
     $this->_tag->setDatatype('Foo');
     $this->assertEquals('Foo', $this->_tag->getDatatype());
 }