Mercurial > hg > isophonics-drupal-site
comparison core/modules/views/tests/src/Unit/PluginBaseTest.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 |
---|---|
99 'key' => ['default' => 'value3'], | 99 'key' => ['default' => 'value3'], |
100 ], | 100 ], |
101 'expected' => [ | 101 'expected' => [ |
102 'key' => 'value2', | 102 'key' => 'value2', |
103 ], | 103 ], |
104 '' | 104 '', |
105 ]; | 105 ]; |
106 // Set no storage but an options value, so the options value should be kept. | 106 // Set no storage but an options value, so the options value should be kept. |
107 $test_parameters[] = [ | 107 $test_parameters[] = [ |
108 'storage' => [], | 108 'storage' => [], |
109 'options' => [ | 109 'options' => [ |