public function testAttributeIsSingle()
 {
     $attr = new MatchedAttribute('foo', true, '/x/');
     $this->assertFalse($attr->isMultiple());
 }