- Issue created by @rhovland
- 🇺🇸United States rhovland Oregon
Also the default branch in gitlab for this project is 7.x-1.x instead of the current branch
- 🇺🇸United States rhovland Oregon
Tests failing. They are the same failures experienced with Drupal CI manually configured to test D10 with PHP8.1
Failing Drupal CI test results:
https://www.drupal.org/pift-ci-job/2886512 →Failing GitLab CI test results:
https://git.drupalcode.org/issue/commerce_authnet-3443033/-/jobs/1411481 - Status changed to Needs review
12 months ago 12:01am 24 April 2024 - 🇺🇸United States rhovland Oregon
PHPUnit tests are now passing. Please review for commit.
Note one of the errors was in
tests/src/FunctionalJavascript/ConfigurationFormTest.php/testCreateAcceptJsGateway()
where it was asserting if Ajax completed but the option it was selecting is the default option in the default installation so ajax never runs. I changed the test to only click on the radio and assert ajax ran only if the radio button wasn't already selected.The other functional javascript errors were related to setting the status radio to a non-valid type. They were all changed to '1' (Enabled).
The kernel test failures were a D9 depreciation where getModuleUpdateFunctions() needed to be changed to getUpdateFunctions()
- Status changed to Fixed
12 months ago 5:51am 24 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.