comparison core/tests/Drupal/Tests/Component/Serialization/JsonTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
29 * An array of unsafe html characters which are already escaped. 29 * An array of unsafe html characters which are already escaped.
30 * 30 *
31 * @var array 31 * @var array
32 */ 32 */
33 protected $htmlUnsafeEscaped; 33 protected $htmlUnsafeEscaped;
34
35 34
36 /** 35 /**
37 * {@inheritdoc} 36 * {@inheritdoc}
38 */ 37 */
39 protected function setUp() { 38 protected function setUp() {