public function testIsEnabled()
 {
     $instance = new ValueMatchConditionBuilder($this->textSanitizer);
     $this->assertFalse($instance->isEnabled());
 }