$subject = new ConditionMatcher(new Context());
$this->assertFalse($subject->match('[site = identifier = berta]'));
$this->assertFalse($subject->match('[site = rootPageId = 14, rootPageId=23]'));
$subject = new ConditionMatcher(new Context());
$this->assertFalse($subject->match('[site = identifier = berta]'));
$this->assertFalse($subject->match('[site = rootPageId = 14, rootPageId=23]'));