Commit c5f06e0a authored by Project Update Bot's avatar Project Update Bot Committed by Rainer Halbmann
Browse files

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

parent 6413e656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ name: ExtraConfigField
type: module
description: 'Provides extra fields to display and edit config.'
package: Field types
core_version_requirement: ^8.7.7 || ^9
php: 7.0
core_version_requirement: ^8.7.7 || ^9 || ^10
php: 7.4
configure: entity.extraconfigfield.collection
dependencies:
  - configelement:configelement
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class AdminPageTest extends BrowserTestBase {
  public function testAdminPage() {
    $this->drupalLogin($this->rootUser);
    $this->drupalGet('admin');
    $this->assertResponse(200);
    $this->assertSession()->statusCodeEquals(200);

    // Ensure that the test is not marked as risky because of no assertions.
    // see https://gitlab.com/weitzman/drupal-test-traits/-/commit/82bf5059908f9073b3468cb7313960da72176d9a