コード例 #1
0
 function testMatch()
 {
     $rule = new DeclFilter_CatchAllFilterRule('digits');
     $this->assertTrue($rule->match('hello'));
 }