コード例 #1
0
ファイル: ReturnTest.php プロジェクト: travisj/zf
 public function testDatatypeGetterAndSetterPersistValue()
 {
     $this->_tag->setDatatype('Foo');
     $this->assertEquals('Foo', $this->_tag->getDatatype());
 }