Tests getting processed property values via a computed property.
public function testComputedProperties() {
// All entity variations have to have the same results.
foreach (entity_test_entity_types() as $entity_type) {
$this
->assertComputedProperties($entity_type);
}
}