示例#1
0
文件: NullTest.php 项目: netvlies/zf
 /**
  * Ensures that the filter follows expected behavior
  *
  * @return void
  */
 public function testGetType()
 {
     $this->assertEquals(31, $this->_filter->getType());
 }