Issue #3114541 by wizonesolutions: Skip Webform tests in D9.
Also remove xmlrpc as a test dependency. It's not actually used in any tests, at least not any run by the drupal.org testbot.
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- fillpdf.info.yml 2 additions, 1 deletionfillpdf.info.yml
- src/Form/FillPdfFormForm.php 13 additions, 22 deletionssrc/Form/FillPdfFormForm.php
- tests/src/Functional/PdfWebformPopulationTest.php 6 additions, 1 deletiontests/src/Functional/PdfWebformPopulationTest.php
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
], | ], | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
"require": { | "require": { | ||
"php": "^7.2", | |||
"drupal/core": "^8.8 || ^9", | "drupal/core": "^8.8 || ^9", | ||
"drupal/token": "^1.0" | "drupal/token": "^1.0" | ||
}, | }, | ||
... | ... |