Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/Tests/Component/Plugin/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 |
---|---|
61 ['base_id', 'base_id'], | 61 ['base_id', 'base_id'], |
62 ['base_id:derivative', 'base_id'], | 62 ['base_id:derivative', 'base_id'], |
63 ]; | 63 ]; |
64 } | 64 } |
65 | 65 |
66 | |
67 /** | 66 /** |
68 * @dataProvider providerTestGetDerivativeId | 67 * @dataProvider providerTestGetDerivativeId |
69 * @covers ::getDerivativeId | 68 * @covers ::getDerivativeId |
70 */ | 69 */ |
71 public function testGetDerivativeId($plugin_id = NULL, $expected = NULL) { | 70 public function testGetDerivativeId($plugin_id = NULL, $expected = NULL) { |