comparison core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.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
35 FALSE, 35 FALSE,
36 [1, FALSE], 36 [1, FALSE],
37 [10], 37 [10],
38 [0 => '123456'], 38 [0 => '123456'],
39 ], 39 ],
40 [NULL] 40 [NULL],
41 ]; 41 ];
42 } 42 }
43 43
44 /** 44 /**
45 * Some data that should be able to be de-serialized. 45 * Some data that should be able to be de-serialized.