Issue #3346533 by henokmikre: Drupal 10 compatibility with automated testing
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- scripts/run_sg.sh 0 additions, 45 deletionsscripts/run_sg.sh
- scripts/xml.sh 0 additions, 34 deletionsscripts/xml.sh
- src/Event/ModifyEsiMarkupEvent.php 1 addition, 1 deletionsrc/Event/ModifyEsiMarkupEvent.php
- src/Event/ModifyMarkupEvent.php 1 addition, 1 deletionsrc/Event/ModifyMarkupEvent.php
- src/StaticGenerator.php 13 additions, 3 deletionssrc/StaticGenerator.php
- static_generator.info.yml 2 additions, 3 deletionsstatic_generator.info.yml
- static_generator.module 9 additions, 9 deletionsstatic_generator.module
- tests/src/Functional/StaticGeneratorBlockTest.php 0 additions, 121 deletionstests/src/Functional/StaticGeneratorBlockTest.php
- tests/src/Functional/StaticGeneratorTest.php 23 additions, 64 deletionstests/src/Functional/StaticGeneratorTest.php
- tests/src/Functional/StaticGeneratorTestBase.php 68 additions, 0 deletionstests/src/Functional/StaticGeneratorTestBase.php
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"homepage": "http://drupal.org/project/static_genertor", | "homepage": "http://drupal.org/project/static_genertor", | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"require": { | "require": { | ||
"drupal/core": "^8 || ^9" | "drupal/core": "^9.4 || ^10" | ||
}, | }, | ||
"extra": { | "extra": { | ||
"drush": { | "drush": { | ||
... | @@ -14,4 +14,4 @@ | ... | @@ -14,4 +14,4 @@ |
} | } | ||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment