Mercurial > hg > isophonics-drupal-site
comparison core/modules/field/tests/src/Kernel/DisplayApiTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
29 protected $label; | 29 protected $label; |
30 | 30 |
31 /** | 31 /** |
32 * The field cardinality to use in this test. | 32 * The field cardinality to use in this test. |
33 * | 33 * |
34 * @var number | 34 * @var int |
35 */ | 35 */ |
36 protected $cardinality; | 36 protected $cardinality; |
37 | 37 |
38 /** | 38 /** |
39 * The field display options to use in this test. | 39 * The field display options to use in this test. |