Verified Commit 17987a31 authored by Lee Rowlands's avatar Lee Rowlands Committed by Lee Rowlands
Browse files

Issue #3287263 by Project Update Bot, reenaraghavan, larowlan: Automated...

Issue #3287263 by Project Update Bot, reenaraghavan, larowlan: Automated Drupal 10 compatibility fixes
parent f7095ea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: Entity Print
description: 'Allows any Drupal entity to be converted to a PDF'
type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Entity Print
configure: entity_print.settings
dependencies:
+1 −1
Original line number Diff line number Diff line
name: Entity Print Views
description: 'Allows any Drupal View to be printed'
type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Entity Print
configure: entity_print.settings
dependencies:
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class PrintViewsTest extends BrowserTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'node',
    'user',
    'views',
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ class ViewsAccessTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'node',
    'user',
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class ViewsRendererTest extends KernelTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'user',
    'views',
Loading