コード例 #1
0
 function testIsDataSource()
 {
     $FormTag = new WactFormTag(null, null, null);
     $this->assertTrue($FormTag->isDataSource());
 }