Testing your Content Types for the missing AllowedTypes attribute
When defining new content types, we usually decorate all page types with the AvailableContentTypes attribute and all ContentAreas with the AllowedTypes attribute. Here's how you can unit-test your content types for the missing AllowedTypes and AvailableContentTypes attributes. read more