Tests validating test entity types.
public function testValidation() { // All entity variations have to have the same results. foreach (entity_test_entity_types() as $entity_type) { $this ->checkValidation($entity_type); } }