- Issue was unassigned.
- πΊπ¦Ukraine SmovS Lutsk
Hi @jonathanshaw
Currently, The QueuingProcessingTest and AdvancedQueuingProcessingTest are skipped in tests. These ones need deep refactoring and should be mocking the ItemManager in the way that other tests are, not mocking the Xero client. Also, I didn't find a solution for the last usage (at(0) in the expectUpdateItemEventDispatched() function). I tried to use once(), and any() with code refactoring but I noticed that the dispatch method is called differently in various tests and the test has failures with once() or any() instead of at(0). Probably this function should be split for various tests. The deprecated method at() will be removed in PHPUnit 10, but it is working in PHPUnit 9. -
jonathanshaw β
committed be452ff8 on 8.x-1.x authored by
riabovol β
Issue #3318488 by SmovS, riabovol, jonathanshaw: Drupal 9 compatability
-
jonathanshaw β
committed be452ff8 on 8.x-1.x authored by
riabovol β
- Status changed to Fixed
about 2 years ago 3:07pm 20 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.