Commit 28280122 authored by git's avatar git Committed by Rodrigue Tusse
Browse files

Issue #3288864 by Project Update Bot, Sbonder, rawdreeg: Automated Drupal 10 compatibility fixes

parent d4b94750
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,5 +2,4 @@ name: 'Onpage External Libraries'
type: module
description: 'Add External JS/CSS to any page.'
configure: entity.onpage_external_libraries.collection
core: '8.x'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->user = $this->drupalCreateUser(['administer site configuration']);
    $this->drupalLogin($this->user);