Commit fec743ab authored by Mike Decker's avatar Mike Decker
Browse files

Issue #3286673 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 0147448a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
name: 'Config Pages Overrides'
type: module
description: 'Using the values of Config Pages, override other configuration values.'
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: 'Config'
dependencies:
  - config_pages:config_pages
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class ConfigOverridesTest extends KernelTestBase {
  /**
   * {@inheritDoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->installEntitySchema('config_pages_type');
    $this->installEntitySchema('config_pages');