Skip to content
Snippets Groups Projects
Commit 67920282 authored by Adam G-H's avatar Adam G-H Committed by Ted Bowman
Browse files

Revert changes to core tests and unhide Package Manager

parent 13fd93c9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class HelpEmptyPageTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['system', 'help_test', 'user', 'path_alias', 'package_manager'];
protected static $modules = ['system', 'help_test', 'user', 'path_alias'];
/**
* {@inheritdoc}
......
......@@ -4,4 +4,3 @@ description: 'API module providing functionality for staging package updates.'
package: Core
version: VERSION
lifecycle: experimental
hidden: true
......@@ -88,7 +88,7 @@ class ResolvedLibraryDefinitionsFilesMatchTest extends KernelTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['system', 'user', 'path_alias', 'package_manager'];
protected static $modules = ['system', 'user', 'path_alias'];
/**
* {@inheritdoc}
......@@ -132,7 +132,6 @@ protected function setUp(): void {
$this->allModules[] = 'system';
$this->allModules[] = 'user';
$this->allModules[] = 'path_alias';
$this->allModules[] = 'package_manager';
$database_module = \Drupal::database()->getProvider();
if ($database_module !== 'core') {
$this->allModules[] = $database_module;
......
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