Commit ee111b98 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3320791 by phenaproxima: Make tests run and pass on Drupal 10

parent b50f18da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
    "require": {
        "drupal/acquia_telemetry-acquia_telemetry": "^1.0-alpha3",
        "drupal/contact_storage": "^1.0",
        "drupal/core": "^8.8.6 || ^9.0.1 || ^10",
        "drupal/metatag": "^1.13",
        "drupal/pathauto": "^1.8",
        "drupal/redirect": "^1.5",
@@ -41,6 +40,7 @@
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require-dev": {
        "drush/drush": "^10"
        "drush/drush": "^11",
        "drupal/quickedit": "^1.0"
    }
}
+1 −2
Original line number Diff line number Diff line
name: 'Lightning Core'
core: 8.x
core_version_requirement: '^8 || ^9 || ^10'
core_version_requirement: '^9.3 || ^10'
type: module
package: Lightning
description: 'Shared functionality for the Lightning distribution.'
+1 −2
Original line number Diff line number Diff line
name: 'Contact Form'
core: 8.x
core_version_requirement: '^8 || ^9 || ^10'
core_version_requirement: '^9.3 || ^10'
type: module
package: Lightning
description: 'Provides a site-wide contact form with basic default configuration.'
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ class PathAliasTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->drupalCreateContentType([
      'type' => 'page',
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ type: 'canonical_entities:node'
pattern: '[node:title]'
selection_criteria:
  00e43b31-d51e-4793-bd28-952604955d73:
    id: node_type
    id: entity_bundle:node
    bundles:
      page: page
    negate: false
Loading