Skip to content
Snippets Groups Projects
Commit e88fcf1f authored by Theresa Grannum's avatar Theresa Grannum Committed by Adam G-H
Browse files

Issue #3303200 by Theresa.Grannum, phenaproxima: Remove...

Issue #3303200 by Theresa.Grannum, phenaproxima: Remove AutomaticUpdatesExtensionsKernelTestBase::createUpdater
parent 007bfbe4
No related branches found
No related tags found
No related merge requests found
...@@ -59,27 +59,6 @@ abstract class AutomaticUpdatesExtensionsKernelTestBase extends AutomaticUpdates ...@@ -59,27 +59,6 @@ abstract class AutomaticUpdatesExtensionsKernelTestBase extends AutomaticUpdates
} }
} }
/**
* Creates a stage object for testing purposes.
*
* @return \Drupal\automatic_updates_extensions\ExtensionUpdater
* A stage object, with test-only modifications.
*/
protected function createUpdater(): ExtensionUpdater {
return new TestExtensionUpdater(
$this->container->get('config.factory'),
$this->container->get('package_manager.path_locator'),
$this->container->get('package_manager.beginner'),
$this->container->get('package_manager.stager'),
$this->container->get('package_manager.committer'),
$this->container->get('file_system'),
$this->container->get('event_dispatcher'),
$this->container->get('tempstore.shared'),
$this->container->get('datetime.time'),
new TestPathFactory()
);
}
/** /**
* The client. * The client.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment