Tests language related methods of the Entity class.
public function testEntityLanguageMethods() {
// All entity variations have to have the same results.
foreach (entity_test_entity_types() as $entity_type) {
$this
->assertEntityLanguageMethods($entity_type);
}
}