Tries to save and load an entity again.
public function testSave() { // All entity variations have to have the same results. foreach (entity_test_entity_types() as $entity_type) { $this ->assertSave($entity_type); } }