Ejemplo n.º 1
0
 public function testDisable()
 {
     $rule = new Rule(new WholeMatcher());
     $rule->disable();
     $this->assertEmpty($rule->match('source'));
 }