comparison core/modules/field/tests/src/Kernel/FieldKernelTestBase.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
170 /** 170 /**
171 * Assert that a field has the expected values in an entity. 171 * Assert that a field has the expected values in an entity.
172 * 172 *
173 * This function only checks a single column in the field values. 173 * This function only checks a single column in the field values.
174 * 174 *
175 * @param EntityInterface $entity 175 * @param \Drupal\Core\Entity\EntityInterface $entity
176 * The entity to test. 176 * The entity to test.
177 * @param $field_name 177 * @param $field_name
178 * The name of the field to test 178 * The name of the field to test
179 * @param $expected_values 179 * @param $expected_values
180 * The array of expected values. 180 * The array of expected values.