*/
public class UITagsAttributesReferenceProviderTest extends BasicLightHighlightingTestCase {
@Override
protected LocalInspectionTool[] getHighlightingInspections() {
return new LocalInspectionTool[]{new XmlDuplicatedIdInspection(), new XmlInvalidIdInspection(),
new XmlPathReferenceInspection()};
}