diff --git a/core/tests/Drupal/Tests/Component/Plugin/MockFallbackPluginManager.php b/core/tests/Drupal/Tests/Component/Plugin/MockFallbackPluginManager.php deleted file mode 100644 index a4076bf..0000000 --- a/core/tests/Drupal/Tests/Component/Plugin/MockFallbackPluginManager.php +++ /dev/null @@ -1,30 +0,0 @@ -setAccessible(TRUE); - // Finally the test. + // Set up the configuration array. $configuration_array = array('config' => 'something'); // Test with fallback interface and valid plugin_id. diff --git a/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php b/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php new file mode 100644 index 0000000..12eca79 --- /dev/null +++ b/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php @@ -0,0 +1,33 @@ +